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

StoredProcParamNullValidationException Class

An exception thrown when a stored procedure parameter is null.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public class StoredProcParamNullValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcParamNullValidationException
See Also