DataSourceProvider.Error Property

Definition

Gets the error of the last query operation.

public:
 property Exception ^ Error { Exception ^ get(); };
public Exception Error { get; }
member this.Error : Exception
Public ReadOnly Property Error As Exception

Property Value

A value of type Exception that is the error of the last query operation, or null if there was no error.

Applies to