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

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.v19.2.dll

Declaration

public class StoredProcParamNameValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcParamNameValidationException
See Also