Skip to main content

StoredProcNotInSchemaValidationException Class

An exception thrown when a referenced stored procedure is missing in the data source schema.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public class StoredProcNotInSchemaValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcNotInSchemaValidationException
See Also