Click or drag to resize
ORMQueryExecutionException Constructor (String, String, IList, Exception, DictionaryExceptionInfoElement, Object)
ctor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ORMQueryExecutionException(
	string message,
	string queryExecuted,
	IList parameters,
	Exception innerException,
	Dictionary<ExceptionInfoElement, Object> exceptionInfo
)

Parameters

message
Type: SystemString
The message of the query
queryExecuted
Type: SystemString
The query string executed
parameters
Type: System.CollectionsIList
the parameters collection of the command object executed
innerException
Type: SystemException
The actual exception caught
exceptionInfo
Type: System.Collections.GenericDictionaryExceptionInfoElement, Object
The exception info which is specific for the db specific exception caught.
See Also