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

StoredProcNotInSchemaValidationException Class

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public class StoredProcNotInSchemaValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcNotInSchemaValidationException
See Also