Tracer.TraceException(Exception, TraceEventType) Methode

Definition

Verfolgt eine Ausnahme.

public void TraceException (Exception ex, System.Diagnostics.TraceEventType eventType = System.Diagnostics.TraceEventType.Error);
abstract member TraceException : Exception * System.Diagnostics.TraceEventType -> unit
override this.TraceException : Exception * System.Diagnostics.TraceEventType -> unit
Public Sub TraceException (ex As Exception, Optional eventType As TraceEventType = System.Diagnostics.TraceEventType.Error)

Parameter

ex
Exception

Die zu verfolgende Ausnahme.

eventType
TraceEventType

Der Typ des abzurufenden Ereignisses.

Implementiert

Gilt für