System.Web.TraceContextRecord: Property Members

The properties of System.Web.TraceContextRecord are listed below. For a list of all members, see the TraceContextRecord Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Categorystring.

Gets the user-defined category for the trace record.

[read-only]
ErrorInfoException.

Gets the Exception associated with the trace record, if one is available.

[read-only]
IsWarningbool.

Gets a value indicating whether the trace record is associated with a erload:System.Web.TraceContext.Warn method call.

[read-only]
Messagestring.

Gets the user-defined trace message.