Exception type that indicates an IO error has occured that is likely unrecoverable.
More...
|
|
| 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.
|
| |
|
| 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.
|
| |
Exception type that indicates an IO error has occured that is likely unrecoverable.
◆ 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
-
| message | Description 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
-
| message | Description of the error |
| cause | The exception that causes this error |
The documentation for this class was generated from the following file:
- src/Proton/Engine/Exceptions/ProtonIOException.cs