共用方式為


DataSchemaException 建構函式 (SerializationInfo, StreamingContext)

使用提供的資訊和內容,建立 DataSchemaException 類別的新執行個體。

命名空間:  Microsoft.Data.Schema
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

DataSchemaException 類別

DataSchemaException 多載

Microsoft.Data.Schema 命名空間

SerializationInfo

StreamingContext