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

StoredProcNotInSchemaValidationException Constructors

An exception thrown when a referenced stored procedure is missing in the data source schema.
Name Parameters Description
StoredProcNotInSchemaValidationException(StoredProcQuery) query Initializes a new instance of the StoredProcNotInSchemaValidationException class with the specified stored procedure.
StoredProcNotInSchemaValidationException(String) storedProcName Initializes a new instance of the StoredProcNotInSchemaValidationException class with the specified stored procedure name.
See Also