New to Telerik Document ProcessingStart a free 30-day trial

Exception thrown when filter operations encounter invalid configurations, unsupported criteria, or operation failures.

Definition

Constructors

Initializes a new instance of the FilteringException class.

C#
public FilteringException()

Initializes a new instance of the FilteringException class.

C#
public FilteringException(string message, Exception innerException, string key)
Parameters:messagestring

The message.

innerExceptionException

The inner exception.

keystring

The key.

Initializes a new instance of the FilteringException class.

C#
public FilteringException(string message, Exception innerException)
Parameters:messagestring

The message.

innerExceptionException

The inner exception.

Initializes a new instance of the FilteringException class.

C#
public FilteringException(string message, string key)
Parameters:messagestring

The message.

keystring

The key.

Initializes a new instance of the FilteringException class.

C#
public FilteringException(string message)
Parameters:messagestring

The message.