CommerceApplicationModule.DebugContext Property (BCL)

The DebugContext property is a read/write DebugContext that gets and sets the debug mode used throughout the site.

Definition

[Visual Basic .NET]

Public Property DebugContext As DebugContext

[C#]

public DebugContext DebugContext{get; set;} 

Property Value

The debug mode for the DebugContext class.

Implements

Diagnostics.DebugContext

Remarks

Throws an ArgumentNullException if the value is set to null. The application can set the DebugContext property to a custom instance of the DebugContext class or a derived class if it chooses. The custom instance should be set in Application_OnStart event before the CommerceApplicationModule class is initialized.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.