RemoteInvocationException Costruttori

Definizione

Overload

RemoteInvocationException(SerializationInfo, StreamingContext)

Inizializza una nuova istanza della classe RemoteInvocationException.

RemoteInvocationException(String, Int32, Exception)

Inizializza una nuova istanza della classe RemoteInvocationException.

RemoteInvocationException(String, Int32, Object)

Inizializza una nuova istanza della classe RemoteInvocationException.

RemoteInvocationException(String, String, String)

Inizializza una nuova istanza della classe RemoteInvocationException.

RemoteInvocationException(String, Int32, Object, Object)

Inizializza una nuova istanza della classe RemoteInvocationException.

RemoteInvocationException(String, String, String, JToken)

Inizializza una nuova istanza della classe RemoteInvocationException.

RemoteInvocationException(SerializationInfo, StreamingContext)

Inizializza una nuova istanza della classe 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)

Parametri

info
SerializationInfo

Informazioni sulla serializzazione.

context
StreamingContext

Contesto di streaming.

Si applica a

RemoteInvocationException(String, Int32, Exception)

Inizializza una nuova istanza della classe 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)

Parametri

message
String

Messaggio.

errorCode
Int32

Valore del campo error.code nella risposta.

innerException
Exception

Eccezione deserializzata generata dal server RPC.

Si applica a

RemoteInvocationException(String, Int32, Object)

Inizializza una nuova istanza della classe 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)

Parametri

message
String

Messaggio.

errorCode
Int32

Valore del campo error.code nella risposta.

errorData
Object

Valore del campo error.data nella risposta.

Si applica a

RemoteInvocationException(String, String, String)

Inizializza una nuova istanza della classe 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)

Parametri

message
String

Messaggio.

remoteStack
String

Stack remoto.

remoteCode
String

Codice remoto.

Si applica a

RemoteInvocationException(String, Int32, Object, Object)

Inizializza una nuova istanza della classe 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)

Parametri

message
String

Messaggio.

errorCode
Int32

Valore del campo error.code nella risposta.

errorData
Object

Valore del campo error.data nella risposta.

deserializedErrorData
Object

Valore del campo error.data nella risposta, deserializzato in base a GetErrorDetailsDataType(JsonRpcError).

Si applica a

RemoteInvocationException(String, String, String, JToken)

Inizializza una nuova istanza della classe 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)

Parametri

message
String

Messaggio.

remoteStack
String

Stack remoto.

remoteCode
String

Codice remoto.

errorData
Newtonsoft.Json.Linq.JToken

Valore del campo error.data nella risposta.

Si applica a