Partager via


GeneratorUserException.ErrorType, propriété

Obtient le type d'erreur de l'exception.

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

Syntaxe

'Déclaration
Public ReadOnly Property ErrorType As ErrorType
    Get
public ErrorType ErrorType { get; }
public:
property ErrorType ErrorType {
    ErrorType get ();
}
member ErrorType : ErrorType
function get ErrorType () : ErrorType

Valeur de propriété

Type : Microsoft.Data.Schema.Tools.DataGenerator.ErrorType
Membre de l'énumération ErrorType.

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

GeneratorUserException Classe

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

ErrorType