QueryGetExceptionInfo Method |
Gets the exception info using the info retriever set to this query object.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected Dictionary<ExceptionInfoElement, Object> GetExceptionInfo(
DbException ex
)
Protected Function GetExceptionInfo (
ex As DbException
) As Dictionary(Of ExceptionInfoElement, Object)
Parameters
- ex
- Type: System.Data.CommonDbException
The ex.
Return Value
Type:
DictionaryExceptionInfoElement,
Object
See Also