1 write to PacketPumpException
Microsoft.Build (1)
BackEnd\Client\MSBuildClientPacketPump.cs (1)
313
PacketPumpException
= ex;
4 references to PacketPumpException
Microsoft.Build (4)
BackEnd\Client\MSBuildClient.cs (3)
557
if (packetPump.
PacketPumpException
!= null)
559
CommunicationsUtilities.Trace("MSBuild client error: packet pump unexpectedly shut down: {0}", packetPump.
PacketPumpException
);
560
throw packetPump.
PacketPumpException
?? new InternalErrorException("Packet pump unexpectedly shut down");
BackEnd\Client\MSBuildClientPacketPump.cs (1)
181
/// Instead of throwing an exception, puts it in <see cref="
PacketPumpException
"/> and raises event <see cref="PacketPumpCompleted"/>.