ThrowIfErrors() приватный Метод

private ThrowIfErrors ( bool ignoreLocal ) : void
ignoreLocal bool
Результат void
 // ThrowIfParseErrors
 //
 // Throw if there were parse errors detected
 //
 private void ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors) {
     schemaErrors.ThrowIfErrors(ClassFlags[ClassIgnoreLocalErrors]);
 }