Proton DotNet
|
Thrown when a message send operation times out either waiting for credit or waiting for some other resource to be ready to allow a send to trigger. More...
Public Member Functions | |
ClientSendTimedOutException (string message) | |
Creates an instance of this exception with the given message More... | |
![]() | |
ClientOperationTimedOutException (string message) | |
Creates an instance of this exception with the given message More... | |
ClientOperationTimedOutException (string message, Exception innerException) | |
Creates an instance of this exception with the given message and linked causal exception. More... | |
![]() | |
ClientException (string message) | |
Creates an instance of this exception with the given message More... | |
ClientException (string message, Exception innerException) | |
Creates an instance of this exception with the given message and linked causal exception. More... | |
Thrown when a message send operation times out either waiting for credit or waiting for some other resource to be ready to allow a send to trigger.
|
inline |
Creates an instance of this exception with the given message
message | The message that describes the error |