Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public Exception ExceptionCaughtDuringExecution { get; set; }

Property Value

Type: Exception
See Also