Share via


CommerceCreateObjectException Constructor (String, COMException) (BCL)

Use this method to create a new instance of the CommerceCreateObjectException class with the specified exception string and the inner COM exception.

Definition

[Visual Basic .NET]

Public Sub New( _ByValprogId As System.String, _
  ByValinner As System.Runtime.InteropServices.COMException _
) 

[C#]

public CommerceCreateObjectException(System.StringprogId,
  System.Runtime.InteropServices.COMExceptioninner);

Parameters

[Visual Basic .NET]

  • progId
    The programmatic identifier.
  • inner
    The inner exception.

[C#]

  • progId
    The programmatic identifier.
  • inner
    The inner exception.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Shared.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.