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
EventExceptionCodeAn 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
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext that contains contextual information about the source or destination.