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

Public Attributes

IErrorCondition Error => errorCondition
 Return the error provided by the remote if any. More...
 

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

Member Data Documentation

◆ Error

IErrorCondition Apache.Qpid.Proton.Client.Exceptions.ClientResourceRemotelyClosedException.Error => errorCondition

Return the error provided by the remote if any.


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