System.Web.TraceContextRecord Members

The members of System.Web.TraceContextRecord are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.TraceContextRecord class.

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.