JoinTableException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the JoinTableException class.
Overload List
Name | Description | |
---|---|---|
JoinTableException()()() | Initializes a new instance of the JoinTableException class. | |
JoinTableException(String) | Initializes a new instance of the JoinTableException class with the specified error message. | |
JoinTableException(SerializationInfo, StreamingContext) | Initializes a new instance of the JoinTableException class with the specified serialization and streaming context information. | |
JoinTableException(String, Exception) | Initializes a new instance of the JoinTableException class with the specified error message and inner exception that caused the current exception. | |
JoinTableException(String, String) | Initializes a new instance of the JoinTableException class with the specified error message and parameters. | |
JoinTableException(String, String, Exception) | Initializes a new instance of the JoinTableException class with the specified error message, parameters, and inner exception. |
Top
Remarks
The exception that is thrown when attempting to use a join table with invalid information.
All catalog exceptions, including the JoinTableException are derived from the CatalogException class. When you attempt to use a join table with invalid information the JoinTableException is thrown.