Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when attempting to use a join table with invalid information.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class JoinTableException _
Inherits CatalogException
'Usage
Dim instance As JoinTableException
[SerializableAttribute]
public class JoinTableException : CatalogException
[SerializableAttribute]
public ref class JoinTableException : public CatalogException
public class JoinTableException extends CatalogException
Remarks
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.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Catalog..::.CatalogException
Microsoft.CommerceServer.Catalog..::.JoinTableException
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.