共用方式為


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