TraceContextRecord Properties
.NET Framework 4.5
The TraceContextRecord type exposes the following members.
| Name | Description | |
|---|---|---|
|
Category | Gets the user-defined category for the trace record. |
|
ErrorInfo | Gets the Exception associated with the trace record, if one is available. |
|
IsWarning | Gets a value indicating whether the trace record is associated with a TraceContext.Warn method call. |
|
Message | Gets the user-defined trace message. |