Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class InvalidSearchPhraseException

An exeption to throw if the search provider can not parse the search phrase correctly.

Inheritance
System.Object
InvalidSearchPhraseException
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public class InvalidSearchPhraseException : Exception

Constructors

InvalidSearchPhraseException()

Initializes a new instance of the InvalidSearchPhraseException class.

Declaration
public InvalidSearchPhraseException()

InvalidSearchPhraseException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidSearchPhraseException class.

Declaration
protected InvalidSearchPhraseException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

InvalidSearchPhraseException(String)

Initializes a new instance of the InvalidSearchPhraseException class.

Declaration
public InvalidSearchPhraseException(string message)
Parameters
Type Name Description
System.String message

The exception message.

InvalidSearchPhraseException(String, Exception)

Initializes a new instance of the InvalidSearchPhraseException class.

Declaration
public InvalidSearchPhraseException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The exception message.

System.Exception innerException

The inner exception