Share via


CommerceResourceDependencyException Constructor (String, String) (BCL)

Use this method to create a new instance of the CommerceResourceDependencyException class with the specified resource and module.

Definition

[Visual Basic .NET]

Public Sub New( _ByValresourceName As System.String, _
  ByValmoduleName As System.String _
) 

[C#]

public CommerceResourceDependencyException(System.StringresourceName,
  System.StringmoduleName);

Parameters

[Visual Basic .NET]

  • resourceName
    A String specifying the name of the resource.
  • moduleName
    A String specifying the name of the module.

[C#]

  • resourceName
    A String specifying the name of the resource.
  • moduleName
    A String specifying the name of the module.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.