[]
Codes of the exception for data source actions.
public enum DataSourceException.Codes
Name | Description |
---|---|
ExecuteQueryError | Error appeared while query execution. |
General | General exception. |
InvalidConnectionString | Provided connection string is invalid. |
SchemaProviderUnavaliable | Schema provider is unavaliable. |
UnableToCreateCommand | Unable to create command. |
UnableToCreateConnection | Unable to create connection. |
UnableToOpenConnection | Unable to open connection. |
UnableToRetreiveSchema | Unable to retreive schema. |