Click or drag to resize
ORMQueryExecutionExceptionDbSpecificExceptionInfo Property
Gets or sets the db specific exception info. This is info obtained from the db specific exception caught and wrapped by this exception. Can be null.

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 Dictionary<ExceptionInfoElement, Object> DbSpecificExceptionInfo { get; set; }

Property Value

Type: DictionaryExceptionInfoElement, Object
See Also