Skip to content

EveProtocolException

NexusLabs.Eve

EveProtocolException Class

Represents a successful HTTP response that does not satisfy the eve protocol contract.

public sealed class EveProtocolException : System.IO.IOException

Inheritance System.Object 🡒 System.Exception 🡒 System.SystemException 🡒 System.IO.IOException 🡒 EveProtocolException

Constructors

EveProtocolException() Constructor

Initializes a protocol exception.

public EveProtocolException();

EveProtocolException(string) Constructor

Initializes a protocol exception with an error message.

public EveProtocolException(string message);

Parameters

message System.String

The protocol error message.

EveProtocolException(string, Exception) Constructor

Initializes a protocol exception with an error message and underlying exception.

public EveProtocolException(string message, System.Exception innerException);

Parameters

message System.String

The protocol error message.

innerException System.Exception

The underlying parsing or transport exception.