Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected Dictionary<ExceptionInfoElement, Object> GetExceptionInfo(
	DbException ex
)

Parameters

ex
Type: System.Data.CommonDbException
The ex.

Return Value

Type: DictionaryExceptionInfoElement, Object
See Also