Guest User

Untitled

a guest
Oct 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1.                 if (!File.Exists (options.OutputAssembly)) {
  2.                     StringBuilder sb = new StringBuilder ();
  3.                     foreach (string s in sc)
  4.                         sb.Append (s + Environment.NewLine);
  5.                    
  6.                     throw new Exception ("Compiler failed to produce the assembly. Output: '" + sb.ToString () + "'");
  7.                 }
Add Comment
Please, Sign In to add comment