System.Linq.Expressions.Error.TryNotAllowedInFilter C# (CSharp) Méthode

TryNotAllowedInFilter() static private méthode

InvalidOperationException with message like "Try expression is not allowed inside a filter body."
static private TryNotAllowedInFilter ( ) : Exception
Résultat Exception
        internal static Exception TryNotAllowedInFilter()
        {
            return new InvalidOperationException(Strings.TryNotAllowedInFilter);
        }
        /// <summary>
Error