Share via


CatalogInitializationException Constructor (String, Exception) (BCL)

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

Definition

[Visual Basic .NET]

Public Sub New( _
  ByVal connectionString As System.String, _
  ByVal inner As System.Exception _
) 

[C#]

public CatalogInitializationSystem.Exception(
  System.String connectionString,
  System.Exception inner
);

Parameters

[Visual Basic .NET]

  • connectionString
    A System.String that contains the connection string used to initialize the CatalogManager object. May be null.
  • inner
    The inner System.Exception object.

[C#]

  • connectionString
    A System.String that contains the connection string used to initialize the CatalogManager object. May be null.
  • inner
    The inner System.Exception object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.