The properties of System.Runtime.Remoting.Messaging.IMethodReturnMessage are listed below. For a list of all members, see the IMethodReturnMessage Members list.
[read-only] | Exception | Exception.
![]() Gets the exception thrown during the method call. |
[read-only] | OutArgCount | int.
![]() Gets the number of arguments in the method call marked as ref or out parameters. |
[read-only] | OutArgs | object[].
![]() Returns the specified argument marked as a ref or an out parameter. |
[read-only] | ReturnValue | object.
![]() Gets the return value of the method call. |