Table of Contents

Constructor EventException

Namespace
SharpVectors.Dom.Events
Assembly
SharpVectors.Core.dll

EventException(EventExceptionCode)

Initializes a new instance of the EventException class with event exception code.

public EventException(EventExceptionCode code)

Parameters

code EventExceptionCode

An instance of EventExceptionCode defining the event exception code.

EventException(SerializationInfo, StreamingContext)

Initializes a new instance of the EventException class with serialized data.

protected EventException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

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

context StreamingContext

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