ModelTranslatorException 构造函数 (String)

使用提供的消息初始化 ModelTranslatorException 类的新实例。

命名空间:  Microsoft.Data.Schema.SchemaModel.Translation
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
public ModelTranslatorException(
    string message
)
public:
ModelTranslatorException(
    String^ message
)
new : 
        message:string -> ModelTranslatorException
public function ModelTranslatorException(
    message : String
)

参数

.NET Framework 安全性

请参见

参考

ModelTranslatorException 类

ModelTranslatorException 重载

Microsoft.Data.Schema.SchemaModel.Translation 命名空间