Click or drag to resize
SearchException Class
Base class for exceptions thrown during smart search operations.
Inheritance Hierarchy

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class SearchException : Exception
Constructors
  NameDescription
Public methodSearchException
Initializes a new instance of the SearchException class with default values.
Public methodSearchException(String)
Initializes a new instance of the SearchException class with a specified error message.
Protected methodSearchException(SerializationInfo, StreamingContext)
Initializes a new instance of the SearchException class with serialized data.
Public methodSearchException(String, Exception)
Initializes a new instance of the SearchException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also