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

Thrown in cases where an action was requested that cannot be performed because the delivery being operated on is only the partial Transfer payload. More...

Inheritance diagram for Apache.Qpid.Proton.Client.Exceptions.ClientDeliveryIsPartialException:
Apache.Qpid.Proton.Client.Exceptions.ClientIllegalStateException Apache.Qpid.Proton.Client.Exceptions.ClientException

Public Member Functions

 ClientDeliveryIsPartialException (string message)
 Creates an instance of this exception with the given message.
 
 ClientDeliveryIsPartialException (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.ClientIllegalStateException
 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.
 
- 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 in cases where an action was requested that cannot be performed because the delivery being operated on is only the partial Transfer payload.

Constructor & Destructor Documentation

◆ ClientDeliveryIsPartialException() [1/2]

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

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientDeliveryIsPartialException() [2/2]

Apache.Qpid.Proton.Client.Exceptions.ClientDeliveryIsPartialException.ClientDeliveryIsPartialException ( string  message,
Exception  innerException 
)
inline

Creates an instance of this exception with the given message and linked causal exception.

Parameters
messageThe message that describes the error
innerExceptionThe exception that caused this error

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