Bagikan melalui


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
ms988287.pubmethod(en-US,CS.70).gif JoinTableException()()() Initializes a new instance of the JoinTableException class.
ms988287.pubmethod(en-US,CS.70).gif JoinTableException(String) Initializes a new instance of the JoinTableException class with the specified error message.
ms988287.protmethod(en-US,CS.70).gif JoinTableException(SerializationInfo, StreamingContext) Initializes a new instance of the JoinTableException class with the specified serialization and streaming context information.
ms988287.pubmethod(en-US,CS.70).gif JoinTableException(String, Exception) Initializes a new instance of the JoinTableException class with the specified error message and inner exception that caused the current exception.
ms988287.pubmethod(en-US,CS.70).gif JoinTableException(String, String) Initializes a new instance of the JoinTableException class with the specified error message and parameters.
ms988287.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

JoinTableException Class

JoinTableException Members

Microsoft.CommerceServer.Catalog Namespace