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

StoredProcParamCountValidationException(Int32, Int32) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public StoredProcParamCountValidationException(
    int actual,
    int expected
)

Parameters

Name Type Description
actual Int32

An integer value, specifying the actual number of parameters of a stored procedure.

expected Int32

An integer value, specifying the expected number of parameters of a stored procedure.

See Also