System.Diagnostics.TraceEventType Enumeration

Identifies the type of event that has caused the trace.

Syntax

public enum TraceEventType

Remarks

System.Diagnostics.TraceEventType is used to identify the event that caused a trace in calls to the erload:System.Diagnostics.TraceSource.TraceEvent methods.

Members

Member NameDescription
Critical

Fatal error or application crash.

Error

Recoverable error.

Information

Informational message.

Resume

Resumption of a logical operation.

Start

Starting of a logical operation.

Stop

Stopping of a logical operation.

Suspend

Suspension of a logical operation.

Transfer

Changing of correlation identity.

Verbose

Debugging trace.

Warning

Noncritical problem.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0