Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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.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.