System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors C# (CSharp) Method

ThrowIfParseErrors() private method

private ThrowIfParseErrors ( ConfigurationSchemaErrors schemaErrors ) : void
schemaErrors ConfigurationSchemaErrors
return void
        private void ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors) {
            schemaErrors.ThrowIfErrors(ClassFlags[ClassIgnoreLocalErrors]);
        }
BaseConfigurationRecord