Partager via


GeneratorUserException, constructeur (String, Exception, Severity, ErrorType)

Initialise une nouvelle instance de la classe GeneratorUserException. Une instance possède un message d'erreur spécifié, une référence à l'exception interne ayant provoqué cette exception, la gravité et le type d'erreur.

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, _
    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
)

Paramètres

Notes

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

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

Une exception levée en conséquence directe d'une exception précédente doit contenir une référence à l'exception précédente dans la propriété InnerException.

Sécurité .NET Framework

Voir aussi

Référence

GeneratorUserException Classe

GeneratorUserException, surcharge

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

Severity

ErrorType

InnerException