Implemented interface member:
property
Exception
System.Runtime.Remoting.Messaging.IMethodReturnMessage.Exception
3 references to Exception
System.ServiceModel (3)
System\ServiceModel\ComIntegration\TearOffProxy.cs (3)
58
if ((returnMsg == null) || (returnMsg.
Exception
== null))
61
return new ReturnMessage(DiagnosticUtility.ExceptionUtility.ThrowHelperError(new COMException(returnMsg.
Exception
.GetBaseException().Message, Marshal.GetHRForException(returnMsg.
Exception
.GetBaseException()))), msg);