SearchQueryException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SearchQueryException class.
Overload List
Name | Description | |
---|---|---|
SearchQueryException() | Initializes a new instance of the SearchQueryException class. | |
SearchQueryException(String) | Initializes a new instance of the SearchQueryException class with a specified error message. | |
SearchQueryException(SerializationInfo, StreamingContext) | ||
SearchQueryException(String, Exception) | Initializes a new instance of the SearchQueryException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Top