InvalidSearchOptionException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the InvalidSearchOptionException class.

Overload List

  Name Description
ms988286.pubmethod(en-US,CS.70).gif InvalidSearchOptionException()()() Initializes a new instance of the InvalidSearchOptionException class.
ms988286.pubmethod(en-US,CS.70).gif InvalidSearchOptionException(String) Initializes a new instance of the InvalidSearchOptionException class with the specified error message.
ms988286.protmethod(en-US,CS.70).gif InvalidSearchOptionException(SerializationInfo, StreamingContext) Initializes a new instance of the InvalidSearchOptionException class with the specified serialization and streaming context information.
ms988286.pubmethod(en-US,CS.70).gif InvalidSearchOptionException(String, Exception) Initializes a new instance of the InvalidSearchOptionException class with the specified error message and inner exception that caused the current exception.
ms988286.pubmethod(en-US,CS.70).gif InvalidSearchOptionException(String, String) Initializes a new instance of the InvalidSearchOptionException class with the specified error message and parameters.
ms988286.pubmethod(en-US,CS.70).gif InvalidSearchOptionException(String, String, Exception) Initializes a new instance of the InvalidSearchOptionException class with the specified error message, parameters and inner exception.

Top

Remarks

The InvalidSearchOptionException derives from the SearchException, which is the exception that is thrown when a search fails. The InvalidSearchOptionException is thrown because you are using an invalid option.

See Also

Reference

InvalidSearchOptionException Class

InvalidSearchOptionException Members

Microsoft.CommerceServer.Catalog Namespace