diff --git a/Sieve/Services/SieveProcessor.cs b/Sieve/Services/SieveProcessor.cs index c8f35d8..d168102 100644 --- a/Sieve/Services/SieveProcessor.cs +++ b/Sieve/Services/SieveProcessor.cs @@ -294,6 +294,7 @@ namespace Sieve.Services result = customMethod.Invoke(parent, parameters) as IQueryable; } + catch (ArgumentException) { } // name matched with custom emthod for a differnt type catch (TargetParameterCountException) { if (optionalParameters != null)