Skip to main content
A newer version of this page is available. .

SqlExecutionErrorException(String, String, Exception) Constructor

Initializes a new instance of the SqlExecutionErrorException class with the specified settings.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v18.2.dll

Declaration

public SqlExecutionErrorException(
    string sql,
    string parameters,
    Exception innerException
)

Parameters

Name Type Description
sql String

A string that specifies the SQL statement that raised the exception.

parameters String

A string that specifies the parameters for the SQL statement.

innerException Exception

An Exception object that represents the inner error.

See Also