System.Runtime.Remoting.Messaging.ConstructorReturnMessage.ConstructorReturnMessage C# (CSharp) Méthode

ConstructorReturnMessage() public méthode

public ConstructorReturnMessage ( Exception e, IConstructionCallMessage ccm ) : System
e System.Exception
ccm IConstructionCallMessage
Résultat System
        public ConstructorReturnMessage(Exception e, IConstructionCallMessage ccm)
        :       base(e, ccm)
        {
        }

Same methods

ConstructorReturnMessage::ConstructorReturnMessage ( MarshalByRefObject o, Object outArgs, int outArgsCount, LogicalCallContext callCtx, IConstructionCallMessage ccm ) : System