4 references to ThrownException
Microsoft.Build.Engine (4)
Engine\TargetExecutionWrapper.cs (4)
818if (executionContext.ThrownException != null) 823if (executionContext.ThrownException is InvalidProjectFileException) 825throw executionContext.ThrownException; 833RemoteErrorException.Throw(executionContext.ThrownException,