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 | |
---|---|---|
InvalidSearchOptionException()()() | Initializes a new instance of the InvalidSearchOptionException class. | |
InvalidSearchOptionException(String) | Initializes a new instance of the InvalidSearchOptionException class with the specified error message. | |
InvalidSearchOptionException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidSearchOptionException class with the specified serialization and streaming context information. | |
InvalidSearchOptionException(String, Exception) | Initializes a new instance of the InvalidSearchOptionException class with the specified error message and inner exception that caused the current exception. | |
InvalidSearchOptionException(String, String) | Initializes a new instance of the InvalidSearchOptionException class with the specified error message and parameters. | |
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