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.4.0.0 (5.4.0)
Syntax public Dictionary<ExceptionInfoElement, Object> DbSpecificExceptionInfo { get; set; }
Public Property DbSpecificExceptionInfo As Dictionary(Of ExceptionInfoElement, Object)
Get
Set
Property Value
Type:
DictionaryExceptionInfoElement,
ObjectSee Also