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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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