次の方法で共有


RemoteMethodNotFoundException クラス

定義

要求されたターゲット メソッドがサーバーで見つからなかったことを示すリモート RPC 例外。

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

注釈

メソッドが見つからなかった理由については、例外メッセージを確認してください。 一致する名前のメソッドがあったが、パブリックではなかったか、ref または out パラメーターを持っていたか、その引数がクライアントによって提供される引数と互換性がない可能性があります。

コンストラクター

RemoteMethodNotFoundException(SerializationInfo, StreamingContext)

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

プロパティ

DeserializedErrorData

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

DeserializedErrorData

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

(継承元 RemoteRpcException)
ErrorCode

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

ErrorCode

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

(継承元 RemoteRpcException)
ErrorData

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

ErrorData

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

(継承元 RemoteRpcException)
TargetMethod

見つからなかったターゲット メソッドの名前を取得します。

メソッド

GetObjectData(SerializationInfo, StreamingContext)

要求されたターゲット メソッドがサーバーで見つからなかったことを示すリモート RPC 例外。

GetObjectData(SerializationInfo, StreamingContext)

要求されたターゲット メソッドがサーバーで見つからなかったことを示すリモート RPC 例外。

(継承元 RemoteRpcException)

適用対象