Exception type that indicates an IO error has occurred that is likely unrecoverable.
More...
Exception type that indicates an IO error has occurred that is likely unrecoverable.
◆ ProtocolViolationException() [1/8]
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ProtocolViolationException |
( |
| ) |
|
|
inline |
Creates a default version of this exception type.
◆ ProtocolViolationException() [2/8]
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() [3/8]
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() [4/8]
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() [5/8]
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() [6/8]
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() [7/8]
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() [8/8]
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 |
◆ ErrorCondition
Symbol Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException.ErrorCondition |
|
getset |
Returns the symbolic error condition that describes the violation error.
The documentation for this class was generated from the following file:
- src/Proton/Engine/Exceptions/ProtocolViolationException.cs