CustomSqlQueryValidationException Constructors
An exception thrown when a custom query validation fails.Name | Parameters | Description |
---|---|---|
CustomSqlQueryValidationException() | none | Initializes a new instance of the CustomSqlQueryValidationException class with the default settings. |
CustomSqlQueryValidationException(String) | message | Initializes a new instance of the CustomSqlQueryValidationException class with the specified settings. |
See Also