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