CatalogContext Constructor (DebugContext) (BCL)

Use this method to create a new instance of the CatalogContext object with the specified DebugContext object.

[Visual Basic .NET]

Protected Sub New( _ByValdbgContext As DebugContext _
) 

[C#]

protected CatalogContext(DebugContextdbgContext);

Parameters

[Visual Basic .NET]

  • dbgContext
    An instance of the DebugContext class. Determines how debugging and tracing information output by this class will be output to the user. May not be null.

[C#]

  • dbgContext
    An instance of the DebugContext class. Determines how debugging and tracing information output by this class will be output to the user. May not be null.

Remarks

Throws an ArgumentNullException if the dbgContext parameter is null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.