Show / Hide Table of Contents

Class UserHandlerException

Represents an exception that is thrown when a user-provided handler throws an exception.

Inheritance
object
Exception
UserHandlerException
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 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.

Implements

ISerializable
In this article
Back to top Generated by DocFX