SqlSchemaValidationException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the SqlSchemaValidationException class.

Overload List

  Name Description
Aa511834.pubmethod(en-US,CS.70).gif SqlSchemaValidationException()()() Initializes a new instance of the SqlSchemaValidationException class.
Aa511834.pubmethod(en-US,CS.70).gif SqlSchemaValidationException(String) Initializes a new instance of the SqlSchemaValidationException class using the specified error message.
Aa511834.protmethod(en-US,CS.70).gif SqlSchemaValidationException(SerializationInfo, StreamingContext) Initializes a new instance of the SqlSchemaValidationException class using the specified serialization information and streaming context.
Aa511834.pubmethod(en-US,CS.70).gif SqlSchemaValidationException(String, Exception) Initializes a new instance of the SqlSchemaValidationException class using the specified error message and inner exception.

Top

Remarks

This exception is thrown when the orders storage mapping file relational schema definition does not agree with the actual SQL Server relational schema.

See Also

Reference

SqlSchemaValidationException Class

SqlSchemaValidationException Members

Microsoft.CommerceServer.Runtime.Orders Namespace