ExceptionInfoElement Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
ErrorCode | 0 | The HRESULT error code (if available). | |
ErrorObjects | 1 | The set of error objects (e.g. SqlError, OracleError etc. objects) contained by the exception | |
ErrorNumber | 2 | The error number as reported by the db engine. | |
ServerName | 3 | The server name or datasource the error occured on. | |
Hint | 4 | A hint provided by the db engine how to solve the error. | |
Message | 5 | The error message. This message is also copied to the exception message. | |
HelpLink | 6 | Link to help documentation about this error. |
(c)2002-2018 Solutions Design bv