Beispiel #1
0
        public void ThrowIfError()
        {
            CompilerLogException ex = new CompilerLogException(Warnings, Errors);

            throw ex;
        }
Beispiel #2
0
 public void ThrowIfError()
 {
     CompilerLogException ex = new CompilerLogException(Warnings, Errors);
     throw ex;
 }