Share via


CategoryNotFoundException Constructor (String, String) (BCL)

Use this method to create a new instance of the CategoryNotFoundException class with the specified catalog name and category name.

Definition

[Visual Basic .NET]

Public Sub New( _ByValcatalogName As System.String, _
  ByValcategoryName As System.String _
) 

[C#]

public CategoryNotFoundException(System.StringcatalogName,
  System.StringcategoryName);

Parameters

[Visual Basic .NET]

  • catalogName
    A System.String containing the catalog name.
  • categoryName
    A System.String containing the category name.

[C#]

  • catalogName
    A System.String containing the catalog name.
  • categoryName
    A System.String containing the category 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.