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