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 | |
---|---|---|
InvalidObjectException()()() | Initializes a new instance of the InvalidObjectException class. | |
InvalidObjectException(String) | Initializes a new instance of the InvalidObjectException class with the specified error message. | |
InvalidObjectException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidObjectException class with the specified serialization and streaming context information. | |
InvalidObjectException(String, Exception) | Initializes a new instance of the InvalidObjectException class with the specified error message and inner exception that caused the current exception. | |
InvalidObjectException(String, String, String, String) | Initializes a new instance of the InvalidObjectException class with the specified error message, and parameters. | |
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.