7 instantiations of ErrorMessage
mscorlib (7)
system\runtime\remoting\asyncresult.cs (2)
112_replyMsg = new ReturnMessage(new RemotingException(Environment.GetResourceString("Remoting_NullMessage")), new ErrorMessage()); 116_replyMsg = new ReturnMessage(new RemotingException(Environment.GetResourceString("Remoting_Message_BadType")), new ErrorMessage());
system\runtime\remoting\channelservices.cs (2)
781(IMethodCallMessage) ((msg!=null)?msg:new ErrorMessage()); 861(IMethodCallMessage) ((msg!=null)?msg:new ErrorMessage());
system\runtime\remoting\context.cs (1)
599mcm = new ErrorMessage();
system\runtime\remoting\crossappdomainchannel.cs (1)
439new ReturnMessage(e, new ErrorMessage());
system\runtime\remoting\message.cs (1)
5180ReturnMessage retMsg = new ReturnMessage(e, new ErrorMessage());