Partager via


GeneratorUserException, constructeur (String, Severity, ErrorType)

Initialise une nouvelle instance de la classe GeneratorUserException à l'aide du message d'erreur, du paramètre de gravité et du type d'erreur fournis.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Notes

Les niveaux de gravité possibles sont Error(), Warning() et Information().

Les types d'erreurs possibles sont Configuration(), DataAccess() et Unknown().

Sécurité .NET Framework

Voir aussi

Référence

GeneratorUserException Classe

GeneratorUserException, surcharge

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms

Severity

ErrorType