次の方法で共有


RemoteRpcException クラス

定義

JSON-RPC 通信の受信中に発生する例外の基本例外クラス。

public abstract class RemoteRpcException : Exception
[System.Serializable]
public abstract class RemoteRpcException : Exception
type RemoteRpcException = class
    inherit Exception
[<System.Serializable>]
type RemoteRpcException = class
    inherit Exception
Public MustInherit Class RemoteRpcException
Inherits Exception
継承
RemoteRpcException
派生
属性

コンストラクター

RemoteRpcException(SerializationInfo, StreamingContext)

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

RemoteRpcException(String, Exception)

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

RemoteRpcException(String)

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

プロパティ

DeserializedErrorData

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

ErrorCode

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

ErrorData

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

メソッド

GetObjectData(SerializationInfo, StreamingContext)

JSON-RPC 通信の受信中に発生する例外の基本例外クラス。

適用対象