Share via


GeneratorUserException.ErrorType Property

Gets the error type of the exception.

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

Syntax

'Declaration
Public ReadOnly Property ErrorType As ErrorType
    Get
'Usage
Dim instance As GeneratorUserException
Dim value As ErrorType

value = instance.ErrorType
public ErrorType ErrorType { get; }
public:
property ErrorType ErrorType {
    ErrorType get ();
}
function get ErrorType () : ErrorType
member ErrorType : ErrorType

Property Value

Type: Microsoft.Data.Schema.DataGenerator.ErrorType
One of the ErrorType values.

Remarks

The possible error types are Configuration, DataAccess, and Unknown.

.NET Framework Security

See Also

Reference

GeneratorUserException Class

GeneratorUserException Members

Microsoft.Data.Schema.DataGenerator Namespace