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

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

Inheritance diagram for Apache.Qpid.Proton.Engine.Exceptions.ProtonIOException:
Apache.Qpid.Proton.Engine.Exceptions.ProtonException

Public Member Functions

 ProtonIOException ()
 Creates a default version of this exception type.
 
 ProtonIOException (string message)
 Create a new instance with the given message that describes the specifics of the error.
 
 ProtonIOException (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.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.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ProtonIOException() [1/2]

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

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

Parameters
messageDescription of the error

◆ ProtonIOException() [2/2]

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