Root type for exceptions thrown from the engine due to state violations.
More...
|
| EngineStateException () |
| Creates a default version of this exception type.
|
|
| EngineStateException (string message) |
| Create a new instance with the given message that describes the specifics of the error.
|
|
| EngineStateException (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.
|
|
Root type for exceptions thrown from the engine due to state violations.
◆ EngineStateException() [1/2]
Apache.Qpid.Proton.Engine.Exceptions.EngineStateException.EngineStateException |
( |
string |
message | ) |
|
|
inline |
Create a new instance with the given message that describes the specifics of the error.
- Parameters
-
message | Description of the error |
◆ EngineStateException() [2/2]
Apache.Qpid.Proton.Engine.Exceptions.EngineStateException.EngineStateException |
( |
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/EngineStateException.cs