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.4.0.0 (5.4.0)
Syntax public ORMQueryExecutionException(
string message,
string queryExecuted,
IList parameters,
Exception innerException,
Dictionary<ExceptionInfoElement, Object> exceptionInfo
)
Public Sub New (
message As String,
queryExecuted As String,
parameters As IList,
innerException As Exception,
exceptionInfo As Dictionary(Of ExceptionInfoElement, Object)
)
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