TraceEventType Enumeration
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Identifies the type of event that has caused the trace.
Assembly: System (in System.dll)
Member name | Description | |
---|---|---|
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
Available since 2.0
Show: