System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors C# (CSharp) 메소드

ThrowIfParseErrors() 개인적인 메소드

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