The properties of the ADOException class are listed below. For a complete list of ADOException class members, see the ADOException Members topic.
ErrorCode (inherited from ExternalException) | [To be supplied.] |
Errors | Gets all errors generated by adapter. |
FullMessage | Gets the database-specific error information. |
HelpLink (inherited from Exception) | Retrieves a link to the help file associated with this exception. |
InnerException (inherited from Exception) | Retrieves a reference to an inner (that may be nested) exception. |
Message | Gets a short description of the error. |
Source | Gets the name of the object that generated the error. |
StackTrace (inherited from Exception) | Retrieves the stack trace, which is valuable for determining where the error occurred. |
TargetSite (inherited from Exception) | [To be supplied.] |