5 instantiations of InternalErrorException
Microsoft.Build.Framework (5)
BuildCanceledEventArgs.cs (1)
49throw new InternalErrorException("Message cannot be null or consist only white-space characters.");
ErrorUtilities.cs (1)
55throw new InternalErrorException(
InternalErrorException.cs (1)
54return new InternalErrorException(message, innerException, true /* calledFromDeserialization */);
Traits.cs (2)
551throw new InternalErrorException(message); 563throw new InternalErrorException(FormatString(message, args));
1 reference to InternalErrorException
Microsoft.Build.Framework (1)
InternalErrorException.cs (1)
52internal static InternalErrorException CreateFromRemote(string message, Exception innerException)