SearchException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the SearchException class.
Overload List
Name | Description | |
---|---|---|
SearchException()()() | Initializes a new instance of the SearchException class. | |
SearchException(String) | Initializes a new instance of the SearchException class with the specified error message. | |
SearchException(SerializationInfo, StreamingContext) | Initializes a new instance of the SearchException class with the specified serialization and streaming context information. | |
SearchException(String, Exception) | Initializes a new instance of the SearchException class with a specified error message and exception that is the cause of this exception. |
Top
Remarks
This exception is thrown when a search fails.
A search failure may be due to various factors including a malformed search clause, the entity being searched is not a searchable entity, the searched property cannot be returned or is not searchable.