EveProtocolException
NexusLabs.Eve¶
EveProtocolException Class¶
Represents a successful HTTP response that does not satisfy the eve protocol contract.
Inheritance System.Object 🡒 System.Exception 🡒 System.SystemException 🡒 System.IO.IOException 🡒 EveProtocolException
Constructors¶
EveProtocolException() Constructor¶
Initializes a protocol exception.
EveProtocolException(string) Constructor¶
Initializes a protocol exception with an error message.
Parameters¶
message System.String
The protocol error message.
EveProtocolException(string, Exception) Constructor¶
Initializes a protocol exception with an error message and underlying exception.
Parameters¶
message System.String
The protocol error message.
innerException System.Exception
The underlying parsing or transport exception.