Skip to main content

StoredProcParamNameValidationException Class

An exception thrown when there is a mismatch between the specified and expected stored procedure parameter names.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public class StoredProcParamNameValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcParamNameValidationException
See Also