Documentation for this section has not yet been entered.
Although the IMethodReturnMessage.OutArgs property is redundant since the same functionality can be achieved through the IMethodReturnMessage.OutArgCount field and IMethodReturnMessage.GetOutArg(int) method, there might be performance optimization available if the implementer understands when all the arguments will be retrieved.
If IMethodReturnMessage.Exception is not null, a IndexOutOfRange exception is thrown when IMethodReturnMessage.OutArgs is accessed.