DebugContext Constructor
Namespace: Microsoft.CommerceServer.Runtime.Diagnostics
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Protected Sub New ( _
mode As DebugMode _
)
'Usage
Dim mode As DebugMode
Dim instance As New DebugContext(mode)
protected DebugContext(
DebugMode mode
)
protected:
DebugContext(
DebugMode mode
)
protected function DebugContext(
mode : DebugMode
)
Parameters
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.