SqlExecutionResultExceptionCaughtDuringExecution Property |
Usually null, but if the elements needed to execute the queries threw an exception (e.g. connection open/close/transaction related elements),
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public Exception ExceptionCaughtDuringExecution { get; set; }
Public Property ExceptionCaughtDuringExecution As Exception
Get
Set
Property Value
Type:
ExceptionSee Also