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

StoredProcParamTypeValidationException Class

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public class StoredProcParamTypeValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcParamTypeValidationException
See Also