Share via


CommerceResourceDependencyException Constructor (String, Exception) (BCL)

Use this method to create a new instance of the CommerceResourceDependencyException class with the specified message and inner exception.

Definition

[Visual Basic .NET]

Public Sub New( _ByValmsg As System.String, _
  ByValinner As System.Exception _
) 

[C#]

public CommerceResourceDependencySystem.Exception(System.Stringmsg,
  System.Exceptioninner);

Parameters

[Visual Basic .NET]

  • msg
    The exception message.
  • inner
    The inner exception.

[C#]

  • msg
    The exception message.
  • inner
    The inner exception.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.