Exception type that indicates an IO error has occurred that is likely unrecoverable.
More...
|
| 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.
|
|
|
Symbol | ErrorCondition [get, set] |
| Returns the symbolic error condition that describes the violation error.
|
|
Exception type that indicates an IO error has occurred that is likely unrecoverable.
◆ ProtocolViolationException() [1/7]
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ProtocolViolationException |
( |
string |
message | ) |
|
|
inline |
Create a new instance with the given message that describes the specifics of the error.
- Parameters
-
message | Description of the error |
◆ ProtocolViolationException() [2/7]
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ProtocolViolationException |
( |
string |
message, |
|
|
Exception |
cause |
|
) |
| |
|
inline |
Create a new instance with the given message that describes the specifics of the error.
- Parameters
-
message | Description of the error |
cause | The exception that causes this error |
◆ ProtocolViolationException() [3/7]
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ProtocolViolationException |
( |
Exception |
cause | ) |
|
|
inline |
Create a new instance with the given exception that describes the specifics of the error.
- Parameters
-
cause | The exception that causes this error |
◆ ProtocolViolationException() [4/7]
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ProtocolViolationException |
( |
Symbol |
errorCondition | ) |
|
|
inline |
Creates a default version of this exception type with the given error condition.
- Parameters
-
errorCondition | Symbol containing the error information |
◆ ProtocolViolationException() [5/7]
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ProtocolViolationException |
( |
Symbol |
errorCondition, |
|
|
string |
message |
|
) |
| |
|
inline |
Create a new instance with the given message that describes the specifics of the error.
- Parameters
-
errorCondition | Symbol containing the error information |
message | Description of the error |
◆ ProtocolViolationException() [6/7]
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ProtocolViolationException |
( |
Symbol |
errorCondition, |
|
|
string |
message, |
|
|
Exception |
cause |
|
) |
| |
|
inline |
Create a new instance with the given message that describes the specifics of the error.
- Parameters
-
errorCondition | Symbol containing the error information |
message | Description of the error |
cause | The exception that causes this error |
◆ ProtocolViolationException() [7/7]
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ProtocolViolationException |
( |
Symbol |
errorCondition, |
|
|
Exception |
cause |
|
) |
| |
|
inline |
Create a new instance with the given exception that describes the specifics of the error.
- Parameters
-
errorCondition | Symbol containing the error information |
cause | The exception that causes this error |
The documentation for this class was generated from the following file:
- src/Proton/Engine/Exceptions/ProtocolViolationException.cs