Sdílet prostřednictvím


GeneratorUserException – konstruktor (String, Severity, ErrorType)

Inicializuje novou instanci GeneratorUserException třídy pomocí poskytnutého chybové zprávy, nastavení závažnosti a typ chyby.

Obor názvů:  Microsoft.Data.Schema.Tools.DataGenerator
Sestavení:  Microsoft.Data.Schema.Tools (v Microsoft.Data.Schema.Tools.dll)

Syntaxe

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

Parametry

Poznámky

Jsou možné severities Error(), Warning(), a Information().

Typy chyb jsou Configuration(), DataAccess(), a Unknown().

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GeneratorUserException Třída

GeneratorUserException – přetížení

Microsoft.Data.Schema.Tools.DataGenerator – obor názvů

Severity

ErrorType