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

Declaration

public class StoredProcNotInSchemaValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
StoredProcNotInSchemaValidationException
See Also