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