1 write to m_latestException
System.Net (1)
net\PeerToPeer\Collaboration\Peer.cs (1)
1254m_latestException = PeerToPeerException.CreateFromHr(SR.GetString(SR.Collab_AsyncInviteException), errorCode);
3 references to m_latestException
System.Net (3)
net\PeerToPeer\Collaboration\Peer.cs (3)
1255Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, m_TraceEventId, "Got an exception {0}. Storing it in latest exception.", m_latestException); 1333inviteCompletedArgs = new InviteCompletedEventArgs(null, (m_latestException != null ? m_latestException : new PeerToPeerException("InviteAsync failure.")), false,