Proton DotNet
|
Public Member Functions | |
FrameDecodingException () | |
Creates a default version of this exception type. More... | |
FrameDecodingException (string message) | |
Create a new instance with the given message that describes the specifics of the error. More... | |
FrameDecodingException (string message, Exception cause) | |
Create a new instance with the given message that describes the specifics of the error. More... | |
![]() | |
ProtocolViolationException () | |
Creates a default version of this exception type. More... | |
ProtocolViolationException (string message) | |
Create a new instance with the given message that describes the specifics of the error. More... | |
ProtocolViolationException (string message, Exception cause) | |
Create a new instance with the given message that describes the specifics of the error. More... | |
ProtocolViolationException (Exception cause) | |
Create a new instance with the given exception that describes the specifics of the error. More... | |
ProtocolViolationException (Symbol errorCondition) | |
Creates a default version of this exception type with the given error condition. More... | |
ProtocolViolationException (Symbol errorCondition, string message) | |
Create a new instance with the given message that describes the specifics of the error. More... | |
ProtocolViolationException (Symbol errorCondition, string message, Exception cause) | |
Create a new instance with the given message that describes the specifics of the error. More... | |
ProtocolViolationException (Symbol errorCondition, Exception cause) | |
Create a new instance with the given exception that describes the specifics of the error. More... | |
![]() | |
ProtonException () | |
Creates a default version of this exception type. More... | |
ProtonException (string message) | |
Create a new instance with the given message that describes the specifics of the error. More... | |
ProtonException (string message, Exception cause) | |
Create a new instance with the given message that describes the specifics of the error. More... | |
ProtonException (Exception cause) | |
Create a new instance with the given exception that describes the specifics of the error. More... | |
Additional Inherited Members | |
![]() | |
Symbol | ErrorCondition [get, set] |
Returns the symbolic error condition that describes the violation error. More... | |
|
inline |
Creates a default version of this exception type.
|
inline |
Create a new instance with the given message that describes the specifics of the error.
message | Description of the error |
|
inline |
Create a new instance with the given message that describes the specifics of the error.
message | Description of the error |
cause | The exception that causes this error |