System.Reflection.InvalidFilterCriteriaException Class

The exception that is thrown in Type.FindMembers(MemberTypes, BindingFlags, MemberFilter, object) when the filter criteria is not valid for the type of filter you are using.

See Also: InvalidFilterCriteriaException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class InvalidFilterCriteriaException : ApplicationException

Remarks

InvalidFilterCriteriaException uses the HRESULT COR_E_INVALIDFILTERCRITERIA which has the value 0x80131601.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0