6 instantiations of InvalidFilterCriteriaException
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitHostTest.cs (1)
760throw new InvalidFilterCriteriaException();
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
184throw new InvalidFilterCriteriaException(SR.InvalidFilterCriteriaException_CritString);
src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (4)
415throw new InvalidFilterCriteriaException(SR.InvalidFilterCriteriaException_CritInt); 430throw new InvalidFilterCriteriaException(SR.InvalidFilterCriteriaException_CritInt); 464throw new InvalidFilterCriteriaException(SR.InvalidFilterCriteriaException_CritInt); 498throw new InvalidFilterCriteriaException(SR.InvalidFilterCriteriaException_CritString);
11 references to InvalidFilterCriteriaException
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\ApiConventionApplicationModelConventionTest.cs (1)
65var expected = typeof(InvalidFilterCriteriaException);
Microsoft.Build (1)
ExceptionHandling.cs (1)
258|| e is InvalidFilterCriteriaException // thrown in FindMembers when the filter criteria is not valid for the type of filter you are using
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
258|| e is InvalidFilterCriteriaException // thrown in FindMembers when the filter criteria is not valid for the type of filter you are using
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
258|| e is InvalidFilterCriteriaException // thrown in FindMembers when the filter criteria is not valid for the type of filter you are using
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
258|| e is InvalidFilterCriteriaException // thrown in FindMembers when the filter criteria is not valid for the type of filter you are using
MSBuild (1)
ExceptionHandling.cs (1)
258|| e is InvalidFilterCriteriaException // thrown in FindMembers when the filter criteria is not valid for the type of filter you are using
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
258|| e is InvalidFilterCriteriaException // thrown in FindMembers when the filter criteria is not valid for the type of filter you are using
mscorlib (1)
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)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
468[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InvalidFilterCriteriaException))]