Base exception types that backs most exceptions that are generated from the Proton engine during it's operation.
More...
|
| 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.
|
|
Base exception types that backs most exceptions that are generated from the Proton engine during it's operation.
◆ ProtonException() [1/3]
Apache.Qpid.Proton.Engine.Exceptions.ProtonException.ProtonException |
( |
string |
message | ) |
|
|
inline |
Create a new instance with the given message that describes the specifics of the error.
- Parameters
-
message | Description of the error |
◆ ProtonException() [2/3]
Apache.Qpid.Proton.Engine.Exceptions.ProtonException.ProtonException |
( |
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 |
◆ ProtonException() [3/3]
Apache.Qpid.Proton.Engine.Exceptions.ProtonException.ProtonException |
( |
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 |
The documentation for this class was generated from the following file:
- src/Proton/Engine/Exceptions/ProtonException.cs