Constructor EventHandlerException
EventHandlerException()
Default constructor.
public EventHandlerException()
EventHandlerException(string)
Constructor.
public EventHandlerException(string message)
Parameters
messagestringIndicates the reason why the exception occurred.
EventHandlerException(string, Exception)
Constructor.
public EventHandlerException(string message, Exception inner)
Parameters
messagestringIndicates the reason why the exception occurred.
innerExceptionThe exception that is the cause of the current exception.
EventHandlerException(SerializationInfo, StreamingContext)
Constructor.
protected EventHandlerException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe serialization information object holding the serialized object data in the name-value form.
contextStreamingContextThe contextual information about the source or destination of the exception.