Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Apache.Qpid.Proton.Client.Exceptions.ClientSendTimedOutException Class Reference

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...

Inheritance diagram for Apache.Qpid.Proton.Client.Exceptions.ClientSendTimedOutException:
Apache.Qpid.Proton.Client.Exceptions.ClientOperationTimedOutException Apache.Qpid.Proton.Client.Exceptions.ClientException

Public Member Functions

 ClientSendTimedOutException (string message)
 Creates an instance of this exception with the given message.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Client.Exceptions.ClientOperationTimedOutException
 ClientOperationTimedOutException (string message)
 Creates an instance of this exception with the given message.
 
 ClientOperationTimedOutException (string message, Exception innerException)
 Creates an instance of this exception with the given message and linked causal exception.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Client.Exceptions.ClientException
 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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ClientSendTimedOutException()

Apache.Qpid.Proton.Client.Exceptions.ClientSendTimedOutException.ClientSendTimedOutException ( string  message)
inline

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

The documentation for this class was generated from the following file: