Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Apache.Qpid.Proton.Engine.Exceptions.FrameEncodingException Class Referencesealed
Inheritance diagram for Apache.Qpid.Proton.Engine.Exceptions.FrameEncodingException:
Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException Apache.Qpid.Proton.Engine.Exceptions.ProtonException

Public Member Functions

 FrameEncodingException ()
 Creates a default version of this exception type.
 
 FrameEncodingException (string message)
 Create a new instance with the given message that describes the specifics of the error.
 
 FrameEncodingException (Exception cause)
 Create a new instance with the given message that describes the specifics of the error.
 
 FrameEncodingException (string message, Exception cause)
 Create a new instance with the given message that describes the specifics of the error.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException
 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.
 

Additional Inherited Members

- Properties inherited from Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException
Symbol ErrorCondition [get, set]
 Returns the symbolic error condition that describes the violation error.
 

Constructor & Destructor Documentation

◆ FrameEncodingException() [1/3]

Apache.Qpid.Proton.Engine.Exceptions.FrameEncodingException.FrameEncodingException ( string  message)
inline

Create a new instance with the given message that describes the specifics of the error.

Parameters
messageDescription of the error

◆ FrameEncodingException() [2/3]

Apache.Qpid.Proton.Engine.Exceptions.FrameEncodingException.FrameEncodingException ( Exception  cause)
inline

Create a new instance with the given message that describes the specifics of the error.

Parameters
causeThe exception that causes this error

◆ FrameEncodingException() [3/3]

Apache.Qpid.Proton.Engine.Exceptions.FrameEncodingException.FrameEncodingException ( 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

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