Skip to main content

StoredProcParamCountValidationException Class

An exception thrown when there is a mismatch between the specified and expected number of parameters specified for a stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public class StoredProcParamCountValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcParamCountValidationException
See Also