次の方法で共有


RemoteInvocationException クラス

定義

サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。

public class RemoteInvocationException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class RemoteInvocationException : StreamJsonRpc.RemoteRpcException
type RemoteInvocationException = class
    inherit RemoteRpcException
[<System.Serializable>]
type RemoteInvocationException = class
    inherit RemoteRpcException
Public Class RemoteInvocationException
Inherits RemoteRpcException
継承
RemoteInvocationException
属性

注釈

ターゲット メソッドの例外の詳細については、 プロパティと ErrorData プロパティをErrorCode参照してください。

コンストラクター

RemoteInvocationException(SerializationInfo, StreamingContext)

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

RemoteInvocationException(String, Int32, Exception)

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

RemoteInvocationException(String, Int32, Object)

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

RemoteInvocationException(String, Int32, Object, Object)

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

RemoteInvocationException(String, String, String)

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

RemoteInvocationException(String, String, String, JToken)

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

プロパティ

DeserializedErrorData

エラー応答の error.data 値が指定されている場合は、その値を取得します。

DeserializedErrorData

エラー応答の値が error.data 指定されている場合は、値を取得または設定します。

(継承元 RemoteRpcException)
ErrorCode

応答のフィールドの error.code 値を取得します。

ErrorCode

応答内のフィールドの値 ( error.code 使用可能な場合) を取得または設定します。

(継承元 RemoteRpcException)
ErrorData

エラー応答の error.data 値が指定されている場合は、その値を取得します。

ErrorData

エラー応答の値が error.data 指定されている場合は、値を取得または設定します。

(継承元 RemoteRpcException)
RemoteErrorCode

応答内のフィールドの値を error.data.code 取得します (その値が文字列または整数の場合)。

RemoteStackTrace

応答内のフィールドの error.data.stack 値を取得します (その値が文字列の場合)。

メソッド

GetObjectData(SerializationInfo, StreamingContext)

サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。

GetObjectData(SerializationInfo, StreamingContext)

サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。

(継承元 RemoteRpcException)
ToString()

サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。

適用対象