TraceContext::TraceMode Property
.NET Framework (current version)
Gets or sets the sorted order in which trace messages should be output to a requesting browser.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web::TraceModeOne of the TraceMode enumeration values. The default is the setting specified by the traceMode attribute in the trace section of a configuration file, whose default is SortByTime.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The selected value is not one of the TraceMode enumeration values. |
Trace messages can be sorted in the order they were processed, or alphabetically by user-defined category.
.NET Framework
Available since 1.1
Available since 1.1
Show: