ReturnMessage Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ReturnMessage.
Przeciążenia
ReturnMessage(Exception, IMethodCallMessage) |
Inicjuje nowe wystąpienie klasy ReturnMessage. |
ReturnMessage(Object, Object[], Int32, LogicalCallContext, IMethodCallMessage) |
Inicjuje ReturnMessage nowe wystąpienie klasy ze wszystkimi informacjami zwracanymi do obiektu wywołującego po wywołaniu metody. |
ReturnMessage(Exception, IMethodCallMessage)
Inicjuje nowe wystąpienie klasy ReturnMessage.
public:
ReturnMessage(Exception ^ e, System::Runtime::Remoting::Messaging::IMethodCallMessage ^ mcm);
public ReturnMessage (Exception e, System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
[System.Security.SecurityCritical]
public ReturnMessage (Exception e, System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
new System.Runtime.Remoting.Messaging.ReturnMessage : Exception * System.Runtime.Remoting.Messaging.IMethodCallMessage -> System.Runtime.Remoting.Messaging.ReturnMessage
[<System.Security.SecurityCritical>]
new System.Runtime.Remoting.Messaging.ReturnMessage : Exception * System.Runtime.Remoting.Messaging.IMethodCallMessage -> System.Runtime.Remoting.Messaging.ReturnMessage
Public Sub New (e As Exception, mcm As IMethodCallMessage)
Parametry
Wyjątek, który został zgłoszony podczas wykonywania zdalnie wywoływanej metody.
Element IMethodCallMessage , za pomocą którego ma zostać utworzone wystąpienie ReturnMessage klasy .
- Atrybuty
Dotyczy
ReturnMessage(Object, Object[], Int32, LogicalCallContext, IMethodCallMessage)
Inicjuje ReturnMessage nowe wystąpienie klasy ze wszystkimi informacjami zwracanymi do obiektu wywołującego po wywołaniu metody.
public:
ReturnMessage(System::Object ^ ret, cli::array <System::Object ^> ^ outArgs, int outArgsCount, System::Runtime::Remoting::Messaging::LogicalCallContext ^ callCtx, System::Runtime::Remoting::Messaging::IMethodCallMessage ^ mcm);
public ReturnMessage (object ret, object[] outArgs, int outArgsCount, System.Runtime.Remoting.Messaging.LogicalCallContext callCtx, System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
[System.Security.SecurityCritical]
public ReturnMessage (object ret, object[] outArgs, int outArgsCount, System.Runtime.Remoting.Messaging.LogicalCallContext callCtx, System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
new System.Runtime.Remoting.Messaging.ReturnMessage : obj * obj[] * int * System.Runtime.Remoting.Messaging.LogicalCallContext * System.Runtime.Remoting.Messaging.IMethodCallMessage -> System.Runtime.Remoting.Messaging.ReturnMessage
[<System.Security.SecurityCritical>]
new System.Runtime.Remoting.Messaging.ReturnMessage : obj * obj[] * int * System.Runtime.Remoting.Messaging.LogicalCallContext * System.Runtime.Remoting.Messaging.IMethodCallMessage -> System.Runtime.Remoting.Messaging.ReturnMessage
Public Sub New (ret As Object, outArgs As Object(), outArgsCount As Integer, callCtx As LogicalCallContext, mcm As IMethodCallMessage)
Parametry
- ret
- Object
Obiekt zwrócony przez wywołaną metodę, z której pochodzi bieżące ReturnMessage wystąpienie.
- outArgs
- Object[]
Obiekty zwrócone z wywoływanej metody jako out
parametry.
- outArgsCount
- Int32
Liczba parametrów out
zwróconych z wywołanej metody.
- callCtx
- LogicalCallContext
Wywołanie LogicalCallContext metody .
Oryginalne wywołanie metody do wywoływanej metody.
- Atrybuty