Language

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 通信の受信中に発生する例外の基本例外クラス。

適用対象