Freigeben über


DataSchemaException-Konstruktor (SerializationInfo, StreamingContext)

Erstellt eine neue Instanz der DataSchemaException-Klasse unter Verwendung der angegebenen Informationen.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaException Klasse

DataSchemaException-Überladung

Microsoft.Data.Schema-Namespace

SerializationInfo

StreamingContext