1 write to Exception
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
src\Workspaces\MSBuild\BuildHost\Rpc\RpcServer.cs (1)
166
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)
76
if (response.
Exception
!= null)
78
completionSource.SetException(new RemoteInvocationException(response.
Exception
));