ClassFindException
Class
Find exception. Thrown when Find returns null or an empty list
Definition
Namespace:ArtOfTest.WebAii.Exceptions
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class FindException : Exception, ISerializable, _Exception
Inheritance: objectExceptionFindException
Implements:
Inherited Members
Constructors
FindException(FindError, Exception)
Create a new FindException.
FindException(SerializationInfo, StreamingContext)
Create a new generic FindException.
Declaration
cs-api-definition
public FindException(SerializationInfo info, StreamingContext context)
Parameters
info
Serialization info
context
Streaming context
FindException(string)
Create a new generic FindException.
Declaration
cs-api-definition
public FindException(string message)
Parameters
message
The exception message.
FindException(string, Exception)
Create a new generic FindException.
Properties
FindErrorData
Extended information on the Find error that occurred.