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.12.0.0 (5.12.0)
Syntaxpublic Exception ExceptionCaughtDuringExecution { get; set; }Public Property ExceptionCaughtDuringExecution As Exception
	Get
	Set
Property Value
Type: 
Exception
See Also