ErrorEvent.ErrorEvent

ErrorEvent(Exception)

Initialiseert een nieuw exemplaar van hetErrorEvent klasse.

public ErrorEvent(Exception exception)
ParameterTypeBeschrijving
exceptionExceptionDe uitzondering.

Zie ook


ErrorEvent(IDictionary<string, object>)

Initialiseert een nieuw exemplaar van hetErrorEvent klasse.

public ErrorEvent(IDictionary<string, object> eventInitDict)
ParameterTypeBeschrijving
eventInitDictIDictionary`2Het gebeurtenisinitialisatieobject.

Zie ook