November Happy Hour will be moved to Thursday December 5th.

Class InvalidSearchPhraseException

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

Inheritance
System.Object
System.Exception
InvalidSearchPhraseException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 12.17.2
Syntax
public class InvalidSearchPhraseException : Exception, ISerializable, _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

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception