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

Root exception type for cases of remote closure or client created resources other than the Client Connection} which will throw exceptions rooted from the ClientConnectionRemotelyClosedException to indicate a fatal connection level error that requires a new connection to be created. More...

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

Public Member Functions

 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.
 

Properties

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 resources other than the Client Connection} which will throw exceptions rooted from the ClientConnectionRemotelyClosedException to indicate a fatal connection level error that requires a new connection to be created.

Constructor & Destructor Documentation

◆ ClientResourceRemotelyClosedException() [1/4]

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

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientResourceRemotelyClosedException() [2/4]

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

◆ ClientResourceRemotelyClosedException() [3/4]

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

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientResourceRemotelyClosedException() [4/4]

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