Property | Accessor | Description |
Errors | get | An ErrorCollection of one or more Error objects that give more detailed information on the exception generated by the provider. |
InnerException | get | The nested Exception instance that caused the current exception. Inherited from Exception. |
Message | get | A concatenation of all the messages in the Errors collection. |
Source | get | Name of the data provider that generated the error. Always “Ingres.” |
StackTrace | get | A string representation of the frames on the call stack at the time the current exception was thrown. |
TargetSite | get | The method that threw the current exception. Inherited from Exception. |