This documentation is archived and is not being maintained.
TraceMode Enumeration
.NET Framework 1.1
Specifies in what order trace messages are emitted into the HTML output of a page.
[Visual Basic] <Serializable> Public Enum TraceMode [C#] [Serializable] public enum TraceMode [C++] [Serializable] __value public enum TraceMode [JScript] public Serializable enum TraceMode
Members
| Member name | Description |
|---|---|
| Default | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| SortByCategory | Emit trace messages alphabetically by category. |
| SortByTime | Emit trace messages in the order they were processed. |
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: