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
属性

注釈

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

コンストラクター

名前 説明
RemoteInvocationException(SerializationInfo, StreamingContext)

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

RemoteInvocationException(String, Int32, Exception)

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

RemoteInvocationException(String, Int32, Object, Object)

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

RemoteInvocationException(String, Int32, Object)

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

RemoteInvocationException(String, String, String, JToken)

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

RemoteInvocationException(String, String, String)

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

プロパティ

名前 説明
DeserializedErrorData

エラー応答の error.data 値 (指定された場合) を取得します。

ErrorCode

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

ErrorData

エラー応答の error.data 値 (指定された場合) を取得します。

RemoteErrorCode

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

RemoteStackTrace

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

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

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

GetObjectData(SerializationInfo, StreamingContext)

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

(継承元 RemoteRpcException)
ToString()

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

適用対象