Share via


FilterExceptionEventArgs(Exception) Constructor

Definition

Initializes a new instance of the FilterExceptionEventArgs class.

public:
 FilterExceptionEventArgs(Exception ^ exception);
public FilterExceptionEventArgs (Exception exception);
new Microsoft.Management.UI.Internal.FilterExceptionEventArgs : Exception -> Microsoft.Management.UI.Internal.FilterExceptionEventArgs
Public Sub New (exception As Exception)

Parameters

exception
Exception

The Exception that was raised when filtering was evaluated.

Applies to