Class TransactionalCommandException
Represents an exception that is thrown when a transactional command fails during execution.
Implements
Inherited Members
Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public class TransactionalCommandException : Exception, ISerializable
Constructors
TransactionalCommandException(string, Exception)
Represents an exception that is thrown when a transactional command fails during execution.
Declaration
public TransactionalCommandException(string command, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | command | The name of the transactional command that caused the exception. |
| Exception | inner | The exception that is the cause of the current exception. |