• Version 5.6.0
Show / Hide Table of Contents

Class HandlerException

Exception type used by the CME Drop Copy handler to represent handler-specific failures.

Inheritance
object
Exception
HandlerException
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: 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

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX