ORMQueryExecutionException Constructor (String, String, IList, Exception, Dictionary<ExceptionInfoElement, Object>) |
ctor
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic 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: System.String
The message of the query - queryExecuted
- Type: System.String
The query string executed - parameters
- Type: System.Collections.IList
the parameters collection of the command object executed - innerException
- Type: System.Exception
The actual exception caught - exceptionInfo
- Type: System.Collections.Generic.Dictionary<ExceptionInfoElement, Object>
The exception info which is specific for the db specific exception caught.
See Also