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
codeEventExceptionCodeAn 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
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.