2 writes to _exception
System.Runtime.Remoting (2)
channels\core\basicasyncresult.cs (2)
85
_exception
= exception;
99
_exception
= e;
2 references to _exception
System.Runtime.Remoting (2)
channels\core\basicasyncresult.cs (2)
80
internal Exception Exception { get { return
_exception
; } }
98
if (
_exception
== null)