Click or drag to resize

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; }

Property Value

Type: Exception
See Also