SqlSchemaValidationException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when the orders storage mapping file relational schema definition does not agree with the actual SQL Server relational schema.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SqlSchemaValidationException _
Inherits Exception
'Usage
Dim instance As SqlSchemaValidationException
[SerializableAttribute]
public class SqlSchemaValidationException : Exception
[SerializableAttribute]
public ref class SqlSchemaValidationException : public Exception
public class SqlSchemaValidationException extends Exception
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Runtime.Orders..::.SqlSchemaValidationException
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.