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

Root exception type for cases of remote closure or client created Sender or Receiver. More...

Inheritance diagram for Apache.Qpid.Proton.Client.Exceptions.ClientLinkRemotelyClosedException:
Apache.Qpid.Proton.Client.Exceptions.ClientResourceRemotelyClosedException Apache.Qpid.Proton.Client.Exceptions.ClientIllegalStateException Apache.Qpid.Proton.Client.Exceptions.ClientException Apache.Qpid.Proton.Client.Exceptions.ClientLinkRedirectedException

Public Member Functions

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

Additional Inherited Members

- Properties inherited from Apache.Qpid.Proton.Client.Exceptions.ClientResourceRemotelyClosedException
IErrorCondition Error [get]
 Return the error provided by the remote if any.
 

Detailed Description

Root exception type for cases of remote closure or client created Sender or Receiver.

Constructor & Destructor Documentation

◆ ClientLinkRemotelyClosedException() [1/4]

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

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientLinkRemotelyClosedException() [2/4]

Apache.Qpid.Proton.Client.Exceptions.ClientLinkRemotelyClosedException.ClientLinkRemotelyClosedException ( 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

◆ ClientLinkRemotelyClosedException() [3/4]

Apache.Qpid.Proton.Client.Exceptions.ClientLinkRemotelyClosedException.ClientLinkRemotelyClosedException ( string  message,
IErrorCondition  errorCondition 
)
inline

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientLinkRemotelyClosedException() [4/4]

Apache.Qpid.Proton.Client.Exceptions.ClientLinkRemotelyClosedException.ClientLinkRemotelyClosedException ( string  message,
Exception  innerException,
IErrorCondition  errorCondition 
)
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: