InvalidSearchHandleException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the InvalidSearchHandleException class.
Overload List
Name | Description | |
---|---|---|
InvalidSearchHandleException()()() | Initializes a new instance of the InvalidSearchHandleException class. | |
InvalidSearchHandleException(String) | Initializes a new instance of the InvalidSearchHandleException class with the specified error message. | |
InvalidSearchHandleException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidSearchHandleException class with the specified serialization and streaming context information. | |
InvalidSearchHandleException(String, Exception) | Initializes a new instance of the InvalidSearchHandleException class with the specified error message and inner exception that caused the current exception. |
Top
Remarks
The InvalidSearchHandleException derives from the SearchException, which is the exception that is thrown when a search fails. The InvalidSearchHandleException is thrown because you are using an invalid handle to a SpecificationSearch object.
See Also
Reference
InvalidSearchHandleException Class