1 write to Exception
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
src\Workspaces\MSBuild\BuildHost\Rpc\RpcServer.cs (1)
165
response = new Response { Id = request.Id,
Exception
= $"An exception of type {e.GetType()} was thrown: {e.Message}" };
2 references to Exception
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Rpc\RpcClient.cs (2)
75
if (response.
Exception
!= null)
77
completionSource.SetException(new RemoteInvocationException(response.
Exception
));