Click or drag to resize
SearchException Constructor
Overload List
  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