DataSchemaException Constructor (SerializationInfo, StreamingContext)

Creates a new instance of the DataSchemaException class by using the provided information and context.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected DataSchemaException(
    SerializationInfo info,
    StreamingContext context
)
protected:
DataSchemaException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> DataSchemaException
protected function DataSchemaException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

DataSchemaException Class

DataSchemaException Overload

Microsoft.Data.Schema Namespace

SerializationInfo

StreamingContext