ThrowOnErrors() static private method

static private ThrowOnErrors ( List errors ) : void
errors List
return void
コード例 #1
0
 internal void ThrowOnErrors()
 {
     ErrorsHelper.ThrowOnErrors(this._errors);
 }