This documentation is archived and is not being maintained.
TraceContext::TraceMode Property
Visual Studio 2010
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.
| Topic | Location |
|---|---|
| Walkthrough: Using Tracing in Visual Web Developer to Help Find Web Page Errors | Building ASP .NET Web Applications in Visual Studio |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: