Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceEventType Enumeration

 

Identifies the type of event that has caused the trace.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public enum class TraceEventType

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.

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

.NET Framework
Available since 2.0
Return to top
Show: