StoredProcParamCountValidationException Class
In This Article
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.v25.1.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public class StoredProcParamCountValidationException :
ValidationException
#Inheritance
Object
Exception
ValidationException
StoredProcParamCountValidationException
See Also