Udostępnij za pośrednictwem


RemoteInvocationException Konstruktory

Definicja

Przeciążenia

RemoteInvocationException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

RemoteInvocationException(String, Int32, Exception)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

RemoteInvocationException(String, Int32, Object)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

RemoteInvocationException(String, String, String)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

RemoteInvocationException(String, Int32, Object, Object)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

RemoteInvocationException(String, String, String, JToken)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

RemoteInvocationException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

protected RemoteInvocationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.RemoteInvocationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.RemoteInvocationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Informacje o serializacji.

context
StreamingContext

Kontekst przesyłania strumieniowego.

Dotyczy

RemoteInvocationException(String, Int32, Exception)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

public RemoteInvocationException (string? message, int errorCode, Exception innerException);
new StreamJsonRpc.RemoteInvocationException : string * int * Exception -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, errorCode As Integer, innerException As Exception)

Parametry

message
String

Komunikat.

errorCode
Int32

Wartość pola error.code w odpowiedzi.

innerException
Exception

Deserializowany wyjątek zgłaszany przez serwer RPC.

Dotyczy

RemoteInvocationException(String, Int32, Object)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

public RemoteInvocationException (string message, int errorCode, object errorData);
public RemoteInvocationException (string? message, int errorCode, object? errorData);
new StreamJsonRpc.RemoteInvocationException : string * int * obj -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, errorCode As Integer, errorData As Object)

Parametry

message
String

Komunikat.

errorCode
Int32

Wartość pola error.code w odpowiedzi.

errorData
Object

Wartość pola error.data w odpowiedzi.

Dotyczy

RemoteInvocationException(String, String, String)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

public RemoteInvocationException (string message, string remoteStack, string remoteCode);
new StreamJsonRpc.RemoteInvocationException : string * string * string -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, remoteStack As String, remoteCode As String)

Parametry

message
String

Komunikat.

remoteStack
String

Zdalny stos.

remoteCode
String

Kod zdalny.

Dotyczy

RemoteInvocationException(String, Int32, Object, Object)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

public RemoteInvocationException (string? message, int errorCode, object? errorData, object? deserializedErrorData);
new StreamJsonRpc.RemoteInvocationException : string * int * obj * obj -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, errorCode As Integer, errorData As Object, deserializedErrorData As Object)

Parametry

message
String

Komunikat.

errorCode
Int32

Wartość pola error.code w odpowiedzi.

errorData
Object

Wartość pola error.data w odpowiedzi.

deserializedErrorData
Object

Wartość pola error.data w odpowiedzi jest deserializowana zgodnie z parametrem GetErrorDetailsDataType(JsonRpcError).

Dotyczy

RemoteInvocationException(String, String, String, JToken)

Inicjuje nowe wystąpienie klasy RemoteInvocationException.

public RemoteInvocationException (string message, string remoteStack, string remoteCode, Newtonsoft.Json.Linq.JToken errorData);
new StreamJsonRpc.RemoteInvocationException : string * string * string * Newtonsoft.Json.Linq.JToken -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, remoteStack As String, remoteCode As String, errorData As JToken)

Parametry

message
String

Komunikat.

remoteStack
String

Zdalny stos.

remoteCode
String

Kod zdalny.

errorData
Newtonsoft.Json.Linq.JToken

Wartość pola error.data w odpowiedzi.

Dotyczy