QueryExecutionResultExceptionCaughtDuringExecution Property |
Usually null, but if the execution of the query ran into an exception it's added to this property. All results are void.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public Exception ExceptionCaughtDuringExecution { get; set; }
Public Property ExceptionCaughtDuringExecution As Exception
Get
Set
Property Value
Type:
ExceptionSee Also