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)
551throw new InternalErrorException(message); 563throw new InternalErrorException(FormatString(message, args));