Class UserHandlerException
Represents an exception that is thrown when a user-provided handler throws an exception.
Implements
Inherited Members
Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public class UserHandlerException : Exception, ISerializable
Constructors
UserHandlerException(Exception)
Represents an exception that is thrown when a user-provided handler throws an exception.
Declaration
public UserHandlerException(Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | inner | The exception that was thrown by the user handler. |