2 writes to _exception
mscorlib (2)
system\runtime\remoting\message.cs (2)
5994_exception = _msg.Exception; // (same thing as above goes for _exception) 6130set { _exception = value; }
1 reference to _exception
mscorlib (1)
system\runtime\remoting\message.cs (1)
6129get { return _exception; }