Class SearchException

Base class for all the search exceptions generated by the Mediachase Search explicitly.

Inheritance
System.Object
System.Exception
System.ApplicationException
SearchException
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: 10.8.0
Syntax
public abstract class SearchException : ApplicationException, ISerializable, _Exception

Constructors

SearchException()

Initializes a new instance of the SearchException class.

Declaration
public SearchException()

SearchException(SerializationInfo, StreamingContext)

Initializes a new instance of the SearchException class.

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

The info.

System.Runtime.Serialization.StreamingContext context

The context.

SearchException(String)

Initializes a new instance of the SearchException class.

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

The message.

SearchException(String, Exception)

Initializes a new instance of the SearchException class.

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

The message.

System.Exception innerException

The inner exception.

Implements

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