Initializes a new instance of the FilterException class.

FilterException(FilterException.FilterError)

public FilterException(FilterException.FilterError error);

FilterException(FilterException.FilterError, String)

public FilterException(FilterException.FilterError error, string message);

Parameters

Parameter Description
error The error that is the cause of the current exception.
message The error message that explains the reason for the exception.