Skip to main content

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

NuGet Package: DevExpress.DataAccess

Declaration

public class StoredProcParamTypeValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcParamTypeValidationException
See Also