次の方法で共有


RemoteInvocationException コンストラクター

定義

オーバーロード

RemoteInvocationException(SerializationInfo, StreamingContext)

RemoteInvocationException クラスの新しいインスタンスを初期化します。

RemoteInvocationException(String, Int32, Exception)

RemoteInvocationException クラスの新しいインスタンスを初期化します。

RemoteInvocationException(String, Int32, Object)

RemoteInvocationException クラスの新しいインスタンスを初期化します。

RemoteInvocationException(String, String, String)

RemoteInvocationException クラスの新しいインスタンスを初期化します。

RemoteInvocationException(String, Int32, Object, Object)

RemoteInvocationException クラスの新しいインスタンスを初期化します。

RemoteInvocationException(String, String, String, JToken)

RemoteInvocationException クラスの新しいインスタンスを初期化します。

RemoteInvocationException(SerializationInfo, StreamingContext)

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)

パラメーター

info
SerializationInfo

シリアル化情報。

context
StreamingContext

ストリーミング コンテキスト。

適用対象

RemoteInvocationException(String, Int32, Exception)

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)

パラメーター

message
String

メッセージ。

errorCode
Int32

応答の error.code フィールドの値。

innerException
Exception

RPC サーバーによってスローされる逆シリアル化された例外。

適用対象

RemoteInvocationException(String, Int32, Object)

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)

パラメーター

message
String

メッセージ。

errorCode
Int32

応答の error.code フィールドの値。

errorData
Object

応答の error.data フィールドの値。

適用対象

RemoteInvocationException(String, String, String)

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)

パラメーター

message
String

メッセージ。

remoteStack
String

リモート スタック。

remoteCode
String

リモート コード。

適用対象

RemoteInvocationException(String, Int32, Object, Object)

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)

パラメーター

message
String

メッセージ。

errorCode
Int32

応答の error.code フィールドの値。

errorData
Object

応答の error.data フィールドの値。

deserializedErrorData
Object

応答内の error.data フィールドの値。次に従って GetErrorDetailsDataType(JsonRpcError)逆シリアル化されます。

適用対象

RemoteInvocationException(String, String, String, JToken)

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)

パラメーター

message
String

メッセージ。

remoteStack
String

リモート スタック。

remoteCode
String

リモート コード。

errorData
Newtonsoft.Json.Linq.JToken

応答の error.data フィールドの値。

適用対象