A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class SearchException

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

Inheritance
System.Object
SearchException
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public abstract class SearchException : ApplicationException

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.