Skip to main content

StoredProcParamCountValidationException(Int32, Int32) Constructor

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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