Share via


FilterExceptionEventArgs Class

Definition

The EventArgs detailing the exception raised while evaluating the filter.

public ref class FilterExceptionEventArgs : EventArgs
public class FilterExceptionEventArgs : EventArgs
type FilterExceptionEventArgs = class
    inherit EventArgs
Public Class FilterExceptionEventArgs
Inherits EventArgs
Inheritance
FilterExceptionEventArgs

Constructors

FilterExceptionEventArgs(Exception)

Initializes a new instance of the FilterExceptionEventArgs class.

Properties

Exception

Gets the Exception that was raised when filtering was evaluated.

Applies to