Share via


InvalidObjectException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the InvalidObjectException class.

Overload List

  Name Description
ms988281.pubmethod(en-US,CS.70).gif InvalidObjectException()()() Initializes a new instance of the InvalidObjectException class.
ms988281.pubmethod(en-US,CS.70).gif InvalidObjectException(String) Initializes a new instance of the InvalidObjectException class with the specified error message.
ms988281.protmethod(en-US,CS.70).gif InvalidObjectException(SerializationInfo, StreamingContext) Initializes a new instance of the InvalidObjectException class with the specified serialization and streaming context information.
ms988281.pubmethod(en-US,CS.70).gif InvalidObjectException(String, Exception) Initializes a new instance of the InvalidObjectException class with the specified error message and inner exception that caused the current exception.
ms988281.pubmethod(en-US,CS.70).gif InvalidObjectException(String, String, String, String) Initializes a new instance of the InvalidObjectException class with the specified error message, and parameters.
ms988281.pubmethod(en-US,CS.70).gif InvalidObjectException(String, String, String, String, Exception) Initializes a new instance of the InvalidObjectException class with the specified error message, parameters, and inner exception.

Top

Remarks

All catalog exceptions, including the InvalidObjectException are derived from the CatalogException class. (The ValidationException is derived from the CatalogException class.) The InvalidObjectException is thrown because you have an invalid object.

See Also

Reference

InvalidObjectException Class

InvalidObjectException Members

Microsoft.CommerceServer.Catalog Namespace