Click or drag to resize
Query.GetExceptionInfo 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.2.0.0 (5.2.17.0403)
Syntax
protected Dictionary<ExceptionInfoElement, Object> GetExceptionInfo(
	DbException ex
)

Parameters

ex
Type: System.Data.Common.DbException
The ex.

Return Value

Type: Dictionary<ExceptionInfoElement, Object>
See Also