2 instantiations of RemoteErrorException
Microsoft.Build.Engine (2)
Errors\RemoteErrorException.cs (1)
82throw new RemoteErrorException(message, innerException, buildEventContext);
LocalProvider\LocalNodeProvider.cs (1)
838RemoteErrorException wrappedException = new RemoteErrorException(message, innerException, null);
2 references to RemoteErrorException
Microsoft.Build.Engine (2)
Engine\TargetExecutionWrapper.cs (1)
833RemoteErrorException.Throw(executionContext.ThrownException,
LocalProvider\LocalNodeProvider.cs (1)
838RemoteErrorException wrappedException = new RemoteErrorException(message, innerException, null);