共用方式為


DataSchemaException 建構函式 (String, Exception)

使用提供的訊息和內部例外狀況,建立 DataSchemaException 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DataSchemaException(
    string message,
    Exception innerException
)
public:
DataSchemaException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DataSchemaException
public function DataSchemaException(
    message : String, 
    innerException : Exception
)

參數

  • message
    型別:System.String
    字串,表示例外狀況的原因。

.NET Framework 安全性

請參閱

參考

DataSchemaException 類別

DataSchemaException 多載

Microsoft.Data.Schema 命名空間