BarNapkin.Infrastructure.WebUI.Filters.Errors.RedirectOnErrorAttribute.IsExactMatch C# (CSharp) Метод

IsExactMatch() публичный Метод

public IsExactMatch ( Exception exception ) : bool
exception System.Exception
Результат bool
        public bool IsExactMatch( Exception exception )
        {
            return Types != null && Types.Contains(exception.GetType());
        }