InvalidSearchHandleException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the InvalidSearchHandleException class.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New InvalidSearchHandleException()
public InvalidSearchHandleException()
public:
InvalidSearchHandleException()
public function InvalidSearchHandleException()
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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InvalidSearchHandleException Class
InvalidSearchHandleException Members