CommerceCreateObjectException Class (BCL)

Exception raised when a COM object cannot be created.

**System.Object
   System.Exception
      System.ApplicationException
**         Microsoft.CommerceServer.Runtime.CommerceException
            Microsoft.CommerceServer.Runtime.CommerceCreateObjectException

Public Instance Constructor

Constructor Description
CommerceCreateObjectException Constructor Creates a new instance of the CommerceCreateObjectException class.
CommerceCreateObjectException Constructor(String) Creates a new instance of the CommerceCreateObjectException class with a specified error message.
CommerceCreateObjectException Constructor(String, COMException) Creates a new instance of the CommerceCreateObjectException class with a specified error message and a reference to the inner COM exception that is the cause of this exception.
CommerceCreateObjectException Constructor(String, Exception) Creates a new instance of the CommerceCreateObjectException class with a specified error message and a reference to the inner exception that is the cause of this exception.

 

Protected Instance Constructor

Constructor Description
CommerceCreateObjectException(SerializationInfo, StreamingContext) Creates a new instance of the CommerceCreateObjectException 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.
ToString (Inherited from System.Exception) Refer to the .NET Framework SDK documentation for the System.Exception class.

 

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

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Shared.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.