ErrorEvent

ErrorEvent(Exception)

Initializes a new instance of the ErrorEvent class.

public ErrorEvent(Exception exception)
ParameterTypeDescription
exceptionExceptionThe exception.

See Also


ErrorEvent(IDictionary<string, object>)

public ErrorEvent(IDictionary<string, object> eventInitDict)

See Also