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 ();
}
/** @property */
public ErrorType get_ErrorType ()
public function get ErrorType () : ErrorType
Property Value
One of the ErrorType values.
Remarks
The possible error types are Configuration, DataAccess, and Unknown.
See Also
Reference
GeneratorUserException Class
GeneratorUserException Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DataException
ErrorType Enumeration