共用方式為


GeneratorUserException 建構函式 (String, Exception, Severity, ErrorType)

初始化 GeneratorUserException 類別的新執行個體。 這個執行個體有指定的錯誤訊息、造成此例外狀況之內部例外狀況的參考、嚴重性和錯誤類型。

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

語法

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

參數

備註

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

可能的錯誤類型有 Configuration()、DataAccess() 和 Unknown()。

被擲回以做為前一個例外狀況直接結果的例外狀況,應該在 InnerException 屬性中包含對前一個例外狀況的參考。

.NET Framework 安全性

請參閱

參考

GeneratorUserException 類別

GeneratorUserException 多載

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

Severity

ErrorType

InnerException