共用方式為


GeneratorUserException 建構函式 (String, Severity)

使用提供的錯誤訊息和嚴重性設定,初始化 GeneratorUserException 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    message As String, _
    severity As Severity _
)
public GeneratorUserException(
    string message,
    Severity severity
)
public:
GeneratorUserException(
    String^ message, 
    Severity severity
)
new : 
        message:string * 
        severity:Severity -> GeneratorUserException
public function GeneratorUserException(
    message : String, 
    severity : Severity
)

參數

備註

可能的嚴重性有 Error()、Warning() 和 Information()。

根據預設,此建構函式會將 ErrorType() 屬性設定為 Unknown()。

.NET Framework 安全性

請參閱

參考

GeneratorUserException 類別

GeneratorUserException 多載

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

Severity

ErrorType()

ErrorType