3 references to InternalErrorException
Microsoft.Build.Framework (3)
BuildCanceledEventArgs.cs (1)
49
throw new
InternalErrorException
("Message cannot be null or consist only white-space characters.");
Traits.cs (2)
549
throw new
InternalErrorException
(message);
561
throw new
InternalErrorException
(FormatString(message, args));