System.Runtime.Remoting.Messaging.IMethodReturnMessage: Property Members

The properties of System.Runtime.Remoting.Messaging.IMethodReturnMessage are listed below. For a list of all members, see the IMethodReturnMessage Members list.

Public Properties

[read-only]
ExceptionException.

Gets the exception thrown during the method call.

[read-only]
OutArgCountint.

Gets the number of arguments in the method call marked as ref or out parameters.

[read-only]
OutArgsobject[].

Returns the specified argument marked as a ref or an out parameter.

[read-only]
ReturnValueobject.

Gets the return value of the method call.