Show / Hide Table of Contents

Class AcknowledgementCommandException

Represents an exception that is thrown when an acknowledgement command fails due to an underlying error.

Inheritance
object
Exception
AcknowledgementCommandException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Implements

ISerializable
In this article
Back to top Generated by DocFX