System.Configuration.ErrorsHelper.GetHasErrors C# (CSharp) Method

GetHasErrors() static private method

static private GetHasErrors ( List errors ) : bool
errors List
return bool
        static internal bool GetHasErrors(List<ConfigurationException> errors) {
            return GetErrorCount(errors) > 0;
        }