Click or drag to resize
ExceptionInfoElement Enumeration
Enum which is used to identify the various info elements in a db specific exception info hashtable/dictionary.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum ExceptionInfoElement
Members
  Member nameValueDescription
ErrorCode0 The HRESULT error code (if available).
ErrorObjects1 The set of error objects (e.g. SqlError, OracleError etc. objects) contained by the exception
ErrorNumber2 The error number as reported by the db engine.
ServerName3 The server name or datasource the error occured on.
Hint4 A hint provided by the db engine how to solve the error.
Message5 The error message. This message is also copied to the exception message.
HelpLink6 Link to help documentation about this error.
See Also