Share via


DebugMode Enumeration (BCL)

Enumerates the possible DebugMode settings.

Members

Member Name Description
Checked Checked mode is a superset of debug mode and indicates that special time- or resource-intensive checks should be made.
Debug In debug mode, some special checks are made, but not those that are resource or time intensive.
Production In production mode, no special checks are made, only some level of tracing is provided.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Diagnostics

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.