Table of Contents

Enum EventExceptionCode

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

An integer indicating the type of error generated.

public enum EventExceptionCode

Fields

UnspecifiedEventTypeErr = 0

If the IEvent.Type was not specified by initializing the event before the method was called. Specification of the IEvent.Type as null or an empty string will also trigger this exception.

DispatchRequestErr = 1

If the IEvent object is already dispatched in the tree.