コード例 #1
0
        public void ThrowIfError()
        {
            CompilerLogException ex = new CompilerLogException(Warnings, Errors);

            throw ex;
        }
コード例 #2
0
ファイル: CompileStatus.cs プロジェクト: shravanrn/Cleps
 public void ThrowIfError()
 {
     CompilerLogException ex = new CompilerLogException(Warnings, Errors);
     throw ex;
 }