5 implementations of Exception
mscorlib (4)
system\runtime\remoting\message.cs (4)
2451
public Exception
Exception
2743
public Exception
Exception
4652
public Exception
Exception
6126
public virtual Exception
Exception
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
567
public Exception
Exception
31 references to Exception
mscorlib (30)
system\runtime\remoting\activationservices.cs (7)
550
if (ctorRetMsg.
Exception
!= null)
552
throw ctorRetMsg.
Exception
;
610
else if (retMsg.
Exception
!= null)
612
throw retMsg.
Exception
;
735
e = retMsg.
Exception
;
865
if (retMsg.
Exception
== null)
879
e = retMsg.
Exception
;
system\runtime\remoting\context.cs (4)
699
if (msg.
Exception
!= null)
700
throw msg.
Exception
;
723
if (msg.
Exception
!= null)
724
throw msg.
Exception
;
system\runtime\remoting\message.cs (6)
1524
: base( (msg.
Exception
!=null)? CRMkeysFault : CRMkeysNoFault, idict)
1526
fault = (msg.
Exception
!= null) ;
1777
: base((msg.
Exception
!= null) ? MCMkeysFault : MCMkeysNoFault, idict)
1779
fault = (msg.
Exception
!= null) ;
1802
return _mrmsg.
Exception
;
5994
_exception = _msg.
Exception
; // (same thing as above goes for _exception)
system\runtime\remoting\messagesmuggler.cs (1)
490
Exception excep = mrm.
Exception
;
system\runtime\remoting\realproxy.cs (3)
206
e = msg.
Exception
;
423
Exception e = mrm.
Exception
;
617
Exception e = mrm.
Exception
;
system\runtime\remoting\redirectionproxy.cs (1)
129
COMException comException = replyMsg.
Exception
as COMException;
system\runtime\remoting\remotingsurrogateselector.cs (7)
284
if (msg.
Exception
== null)
332
Exception ex = msg.
Exception
;
350
serverFault = new ServerFault(msg.
Exception
); // Clr is the Client use full exception
352
serverFault = new ServerFault(msg.
Exception
.GetType().AssemblyQualifiedName, sb.ToString(), msg.
Exception
.StackTrace);
471
if (((IMethodReturnMessage)msg).
Exception
!= null)
473
info.AddValue("__fault",((IMethodReturnMessage)msg).
Exception
, _exceptionType);
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
259
Exception exception = mrm.
Exception
;
System.Runtime.Remoting (1)
channels\sinks\soapformattersinks.cs (1)
775
if ((mrm != null) && (mrm.
Exception
!= null))