Share via


GeneratorUserException.ErrorType Property

Gets the error type of the exception.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly:  Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.dll)

Syntax

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

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

Property Value

Type: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.ErrorType
One of the ErrorType values.

Remarks

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

Permissions

See Also

Reference

GeneratorUserException Class

GeneratorUserException Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

DataException

ErrorType