GeneratorUserException.ErrorType-Eigenschaft

Ruft den Fehlertyp der Ausnahme ab.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.Tools.DataGenerator.ErrorType
Ein Member aus der ErrorType-Enumeration.

Hinweise

Die möglichen Fehlertypen sind Configuration(), DataAccess() und Unknown().

.NET Framework-Sicherheit

Siehe auch

Referenz

GeneratorUserException Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace

ErrorType