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 命名空间