Partager via


GeneratorUserException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe GeneratorUserException à l'aide du message d'erreur fourni et de l'exception ayant provoqué cette exception.

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

Paramètres

Notes

Par défaut, ce constructeur affecte à Severity() la valeur Error() et à ErrorType() la valeur Unknown().

Une exception qui est levée en conséquence directe d'une exception précédente contient 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()

Severity

ErrorType()

ErrorType