Share via


CommerceModuleDependencyException Constructor (String, String) (BCL)

Use this method to create a new instance of the CommerceModuleDependencyException class with the specified module names.

Definition

[Visual Basic .NET]

Public Sub New( _ByValmissingModule As System.String, _
  ByValdependentModule As System.String _
) 

[C#]

public CommerceModuleDependencyException(System.StringmissingModule,
  System.StringdependentModule);

Parameters

[Visual Basic .NET]

  • missingModule
    The name of the missing module.
  • dependentModule
    The name of the dependent module.

[C#]

  • missingModule
    The name of the missing module.
  • dependentModule
    The name of the dependent module.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.