Show / Hide Table of Contents

Class HandlerForEventNotFoundException

Represents errors caused by that there are no handler for an IEvent.

Inheritance
Object
Exception
HandlerForEventNotFoundException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
Exception.HelpLink
System.Exception.Source
Exception.HResult
System.Exception.SerializeObjectState
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
Object.MemberwiseClone()
Namespace: IRM.Domain
Assembly: IRM.dll
Syntax
[Serializable]
public class HandlerForEventNotFoundException : Exception, ISerializable, _Exception

Constructors

HandlerForEventNotFoundException()

Initializes a new instance of the HandlerForEventNotFoundException class.

Declaration
public HandlerForEventNotFoundException()

HandlerForEventNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the HandlerForEventNotFoundException class.

Declaration
public HandlerForEventNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
SerializationInfo info

The SerializationInfo that holds the serialized object data of the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

HandlerForEventNotFoundException(String)

Initializes a new instance of the HandlerForEventNotFoundException class.

Declaration
public HandlerForEventNotFoundException(string message)
Parameters
String message

The message that describes the error.

HandlerForEventNotFoundException(String, Exception)

Initializes a new instance of the HandlerForEventNotFoundException class.

Declaration
public HandlerForEventNotFoundException(string message, Exception innerException)
Parameters
String message

The message that describes the error.

Exception innerException

The message that is the cause of the current exception.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
ExceptionExtensions.GetSleepDuration(Exception, TimeSpan)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX