Table of Contents

Constructor EventHandlerException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

EventHandlerException()

Default constructor.

public EventHandlerException()

EventHandlerException(string)

Constructor.

public EventHandlerException(string message)

Parameters

message string

Indicates the reason why the exception occurred.

EventHandlerException(string, Exception)

Constructor.

public EventHandlerException(string message, Exception inner)

Parameters

message string

Indicates the reason why the exception occurred.

inner Exception

The exception that is the cause of the current exception.

EventHandlerException(SerializationInfo, StreamingContext)

Constructor.

protected EventHandlerException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization information object holding the serialized object data in the name-value form.

context StreamingContext

The contextual information about the source or destination of the exception.