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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.