ThrowOnErrors() static private method

static private ThrowOnErrors ( List errors ) : void
errors List
return void
 internal void ThrowOnErrors()
 {
     ErrorsHelper.ThrowOnErrors(this._errors);
 }