Identifies the type of event that has caused the trace.
| C# | Visual Basic |
public enum TraceEventType
Public Enumeration TraceEventType
| Member | Description |
|---|---|
| Critical |
Fatal error or application crash.
|
| Error |
Recoverable error.
|
| Warning |
Noncritical problem.
|
| Information |
Informational message.
|
| Verbose |
Debugging trace.
|
| Start |
Starting of a logical operation.
|
| Stop |
Stopping of a logical operation.
|
| Suspend |
Suspension of a logical operation.
|
| Resume |
Resumption of a logical operation.
|
| Transfer |
Changing of correlation identity.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|