This documentation is archived and is not being maintained.
TraceContext::TraceMode Property
Visual Studio 2008
Gets or sets the sorted order in which trace messages should be output to a requesting browser.
Assembly: System.Web (in System.Web.dll)
public: property TraceMode TraceMode { TraceMode get (); void set (TraceMode value); }
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: