6 instantiations of InvalidFilterCriteriaException
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
184
throw new
InvalidFilterCriteriaException
(SR.InvalidFilterCriteriaException_CritString);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
795
return new System.Reflection.
InvalidFilterCriteriaException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (4)
443
throw new
InvalidFilterCriteriaException
(SR.InvalidFilterCriteriaException_CritInt);
458
throw new
InvalidFilterCriteriaException
(SR.InvalidFilterCriteriaException_CritInt);
492
throw new
InvalidFilterCriteriaException
(SR.InvalidFilterCriteriaException_CritInt);
526
throw new
InvalidFilterCriteriaException
(SR.InvalidFilterCriteriaException_CritString);
5 references to InvalidFilterCriteriaException
Microsoft.Build.Framework (1)
ExceptionHandling.cs (1)
143
|| e is
InvalidFilterCriteriaException
// thrown in FindMembers when the filter criteria is not valid for the type of filter you are using
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
464
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
InvalidFilterCriteriaException
))]
netstandard (1)
netstandard.cs (1)
1432
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
InvalidFilterCriteriaException
))]
System.Reflection (1)
System.Reflection.cs (1)
17
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
InvalidFilterCriteriaException
))]
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
473
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
InvalidFilterCriteriaException
))]