Class SendResponseException
Represents an exception that is thrown when an error occurs while sending a response message.
Implements
Inherited Members
Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public class SendResponseException : Exception, ISerializable
Constructors
SendResponseException(Exception)
Represents an exception that is thrown when an error occurs while sending a response message.
Declaration
public SendResponseException(Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | inner | The exception that is the cause of the current exception. |