CatalogException Class (BCL)

Base type for all exceptions raised by the Product Catalog System. This class inherits from the CommerceException and ISerilaizable classes.

**System.Object
   System.Exception
      System.ApplicationException
**         Microsoft.CommerceServer.Runtime.CommerceException
            Microsoft.CommerceServer.Runtime.Catalog.CatalogException
               Microsoft.CommerceServer.Runtime.Catalog.CatalogNotFoundException
               Microsoft.CommerceServer.Runtime.Catalog.CategoryNotFoundException
               Microsoft.CommerceServer.Runtime.Catalog.ProductNotFoundException

Public Instance Constructor

Constructor Description
CatalogException Constructor Creates a new instance of the CatalogException class with the specified string message.
CatalogException Constructor(String) Creates a new instance of the CatalogException class with the specified string message.
CatalogException Constructor(String, Exception) Creates a new instance of the CatalogException class with the specified string message and inner exception.

Protected Instance Constructor

Constructor Description
CatalogException(SerializationInfo, StreamingContext) Creates a new instance of the CatalogException class with the specified serialization information and streaming context.

Public Instance Methods

Method Description
GetBaseException (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
GetObjectData (SerializationInfo, StreamingContext) Sets the SerializationInfo object with information about the exception.

Public Instance Properties

Property Description
HelpLink (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
InnerException (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
Message (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
Source (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
StackTrace (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.
TargetSite (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.

Protected Instance Properties

Property Description
HResult (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: MS.CS.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.