Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException Class Reference

Exception type that indicates an IO error has occurred that is likely unrecoverable. More...

Inheritance diagram for Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException:
Apache.Qpid.Proton.Engine.Exceptions.ProtonException Apache.Qpid.Proton.Engine.Exceptions.FrameDecodingException Apache.Qpid.Proton.Engine.Exceptions.FrameEncodingException Apache.Qpid.Proton.Engine.Exceptions.MalformedAMQPHeaderException

Public Member Functions

 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.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Engine.Exceptions.ProtonException
 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.
 

Properties

Symbol ErrorCondition [get, set]
 Returns the symbolic error condition that describes the violation error.
 

Detailed Description

Exception type that indicates an IO error has occurred that is likely unrecoverable.

Constructor & Destructor Documentation

◆ 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
messageDescription 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
messageDescription of the error
causeThe 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
causeThe 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
errorConditionSymbol 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
errorConditionSymbol containing the error information
messageDescription 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
errorConditionSymbol containing the error information
messageDescription of the error
causeThe 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
errorConditionSymbol containing the error information
causeThe exception that causes this error

The documentation for this class was generated from the following file: