CommerceCreateObjectException Class

An exception that is raised when a COM object could not be created.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CommerceCreateObjectException _
    Inherits CommerceException _
    Implements ISerializable
'Usage
Dim instance As CommerceCreateObjectException
[SerializableAttribute]
public class CommerceCreateObjectException : CommerceException, ISerializable
[SerializableAttribute]
public ref class CommerceCreateObjectException : public CommerceException, 
    ISerializable
public class CommerceCreateObjectException extends CommerceException implements ISerializable

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CommerceCreateObjectException Members

Microsoft.CommerceServer.Runtime Namespace