SqlSchemaValidationException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the SqlSchemaValidationException class using the specified serialization information and streaming context.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New SqlSchemaValidationException(info, context)
protected SqlSchemaValidationException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SqlSchemaValidationException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function SqlSchemaValidationException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

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

Permissions

See Also

Reference

SqlSchemaValidationException Class

SqlSchemaValidationException Members

SqlSchemaValidationException Overload

Microsoft.CommerceServer.Runtime.Orders Namespace