ThrowIfErrors() private method

private ThrowIfErrors ( bool ignoreLocal ) : void
ignoreLocal bool
return void
 // ThrowIfParseErrors
 //
 // Throw if there were parse errors detected
 //
 private void ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors) {
     schemaErrors.ThrowIfErrors(ClassFlags[ClassIgnoreLocalErrors]);
 }