| 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)
Syntaxpublic Dictionary<ExceptionInfoElement, Object> DbSpecificExceptionInfo { get; set; }Public Property DbSpecificExceptionInfo As Dictionary(Of ExceptionInfoElement, Object)
	Get
	Set
Property Value
Type: 
DictionaryExceptionInfoElement, 
Object
See Also