2 instantiations of ErrorMessage
System.Runtime.Remoting (2)
channels\sinks\binaryformattersinks.cs (1)
649responseMsg = new ReturnMessage(e, (IMethodCallMessage)(requestMsg==null?new ErrorMessage():requestMsg));
channels\sinks\soapformattersinks.cs (1)
720responseMsg = new ReturnMessage(e, (IMethodCallMessage)(requestMsg==null?new ErrorMessage():requestMsg));