GeneratorUserException 构造函数 (String, Exception)

使用所提供的错误消息和导致出现此异常的异常初始化 GeneratorUserException 类的新实例。

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

语法

声明
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public GeneratorUserException(
    string message,
    Exception innerException
)
public:
GeneratorUserException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> GeneratorUserException
public function GeneratorUserException(
    message : String, 
    innerException : Exception
)

参数

备注

默认情况下,此构造函数将 Severity() 设置为 Error(),将 ErrorType() 设置为 Unknown()。

因前一个异常而直接引发的异常在 InnerException 属性中包含对前一个异常的引用。

.NET Framework 安全性

请参见

参考

GeneratorUserException 类

GeneratorUserException 重载

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

Severity()

Severity

ErrorType()

ErrorType