Class
FindException

Find exception. Thrown when Find returns null or an empty list

Definition

Constructors

FindException(FindError, Exception)

Create a new FindException.

Declaration

cs-api-definition
public FindException(FindError findErrorData, Exception innerException)

Parameters

findErrorData

FindError

Extended information on the find exception.

innerException

Exception

The innerException (if any).

FindException(SerializationInfo, StreamingContext)

Create a new generic FindException.

Declaration

cs-api-definition
public FindException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

Serialization info

context

StreamingContext

Streaming context

FindException(string)

Create a new generic FindException.

Declaration

cs-api-definition
public FindException(string message)

Parameters

message

string

The exception message.

FindException(string, Exception)

Create a new generic FindException.

Declaration

cs-api-definition
public FindException(string message, Exception innerException)

Parameters

message

string

The exception message.

innerException

Exception

Any inner exceptions.

Properties

FindErrorData

Extended information on the Find error that occurred.

Declaration

cs-api-definition
public FindError FindErrorData { get; }

Property Value

FindError

Message

The FindException message.

Declaration

cs-api-definition
public override string Message { get; }

Property Value

string

Overrides Exception.Message