Class HandlerException
Exception type used by the CME Drop Copy handler to represent handler-specific failures.
Implements
Inherited Members
Namespace: OnixS.CmeDropCopyHandler
Assembly: OnixS.CmeDropCopyHandler.dll
Syntax
public class HandlerException : Exception, ISerializable
Constructors
HandlerException()
Initializes a new instance of HandlerException.
Declaration
public HandlerException()
HandlerException(string)
Initializes a new instance of HandlerException with a specified error message.
Declaration
public HandlerException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
HandlerException(string, Exception)
Initializes a new instance of HandlerException with a specified error message and inner exception.
Declaration
public HandlerException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |