3 overrides of SendErrorMessageIfPossible
System.Runtime.Remoting (3)
channels\http\httpstreams.cs (1)
556protected override void SendErrorMessageIfPossible(Exception e)
channels\ipc\ipcmanager.cs (1)
197protected override void SendErrorMessageIfPossible(Exception e)
channels\tcp\tcpstreams.cs (1)
273protected override void SendErrorMessageIfPossible(Exception e)
1 reference to SendErrorMessageIfPossible
System.Runtime.Remoting (1)
channels\core\socketmanager.cs (1)
306SendErrorMessageIfPossible(e);