|
|
| FrameDecodingException () |
| | Creates a default version of this exception type.
|
| |
| | FrameDecodingException (string message) |
| | Create a new instance with the given message that describes the specifics of the error.
|
| |
| | FrameDecodingException (string message, Exception cause) |
| | Create a new instance with the given message that describes the specifics of the error.
|
| |
|
| ProtocolViolationException () |
| | Creates a default version of this exception type.
|
| |
| | ProtocolViolationException (string message) |
| | Create a new instance with the given message that describes the specifics of the error.
|
| |
| | ProtocolViolationException (string message, Exception cause) |
| | Create a new instance with the given message that describes the specifics of the error.
|
| |
| | ProtocolViolationException (Exception cause) |
| | Create a new instance with the given exception that describes the specifics of the error.
|
| |
| | ProtocolViolationException (Symbol errorCondition) |
| | Creates a default version of this exception type with the given error condition.
|
| |
| | ProtocolViolationException (Symbol errorCondition, string message) |
| | Create a new instance with the given message that describes the specifics of the error.
|
| |
| | ProtocolViolationException (Symbol errorCondition, string message, Exception cause) |
| | Create a new instance with the given message that describes the specifics of the error.
|
| |
| | ProtocolViolationException (Symbol errorCondition, Exception cause) |
| | Create a new instance with the given exception that describes the specifics of the error.
|
| |
|
| ProtonException () |
| | Creates a default version of this exception type.
|
| |
| | ProtonException (string message) |
| | Create a new instance with the given message that describes the specifics of the error.
|
| |
| | ProtonException (string message, Exception cause) |
| | Create a new instance with the given message that describes the specifics of the error.
|
| |
| | ProtonException (Exception cause) |
| | Create a new instance with the given exception that describes the specifics of the error.
|
| |