Table of Contents

Class EventHandlerException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Exception indicating that an error occurred while handling an event from the ScaleOut service.

[Serializable]
public class EventHandlerException : Exception, ISerializable
Inheritance
EventHandlerException
Implements
Inherited Members

Constructors

EventHandlerException()

Default constructor.

EventHandlerException(SerializationInfo, StreamingContext)

Constructor.

EventHandlerException(string)

Constructor.

EventHandlerException(string, Exception)

Constructor.