Class AcknowledgementCommandException
Represents an exception that is thrown when an acknowledgement command fails due to an underlying error.
Implements
Inherited Members
Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public class AcknowledgementCommandException : Exception, ISerializable
Constructors
AcknowledgementCommandException(string, Exception)
Represents an exception that is thrown when an acknowledgement command fails due to an underlying error.
Declaration
public AcknowledgementCommandException(string command, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | command | The acknowledgement command that caused the exception. |
| Exception | inner | The exception that is the cause of the current exception. |