Thrown when a client attempt to commit or roll-back when no transaction has been declared.
More...
|
| ClientTransactionNotActiveException (string message) |
| Creates an instance of this exception with the given message.
|
|
| ClientTransactionNotActiveException (string message, Exception innerException) |
| Creates an instance of this exception with the given message and linked causal exception.
|
|
| ClientIllegalStateException (string message) |
| Creates an instance of this exception with the given message.
|
|
| ClientIllegalStateException (string message, Exception innerException) |
| Creates an instance of this exception with the given message and linked causal exception.
|
|
| ClientException (string message) |
| Creates an instance of this exception with the given message.
|
|
| ClientException (string message, Exception innerException) |
| Creates an instance of this exception with the given message and linked causal exception.
|
|
Thrown when a client attempt to commit or roll-back when no transaction has been declared.
◆ ClientTransactionNotActiveException() [1/2]
Apache.Qpid.Proton.Client.Exceptions.ClientTransactionNotActiveException.ClientTransactionNotActiveException |
( |
string |
message | ) |
|
|
inline |
Creates an instance of this exception with the given message.
- Parameters
-
message | The message that describes the error |
◆ ClientTransactionNotActiveException() [2/2]
Apache.Qpid.Proton.Client.Exceptions.ClientTransactionNotActiveException.ClientTransactionNotActiveException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Creates an instance of this exception with the given message and linked causal exception.
- Parameters
-
message | The message that describes the error |
innerException | The exception that caused this error |
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/Exceptions/ClientTransactionNotActiveException.cs