Table of Contents

Class EventException

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

Event operations may throw an EventException as specified in their method descriptions.

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

Constructors

EventException(EventExceptionCode)

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

EventException(SerializationInfo, StreamingContext)

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

Properties

Code

An integer indicating the type of error generated.