Share via


CatalogNotFoundException Constructor (String) (BCL)

Use this constructor to create a new instance of the CatalogNotFoundException class with the specified catalog name.

Definition

[Visual Basic .NET]

Public Sub New( _
  ByVal catalogName As System.String _
) 

[C#]

public CatalogNotFoundException(
  System.String catalogName
);

Parameters

[Visual Basic .NET]

  • catalogName
    A System.String that contains the catalog name.

[C#]

  • catalogName
    A System.String that contains the catalog name.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.