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 | |
---|---|---|
SqlSchemaValidationException()()() | Initializes a new instance of the SqlSchemaValidationException class. | |
SqlSchemaValidationException(String) | Initializes a new instance of the SqlSchemaValidationException class using the specified error message. | |
SqlSchemaValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the SqlSchemaValidationException class using the specified serialization information and streaming context. | |
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