Language

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 値 (指定された場合) を取得します。

ErrorCode

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

ErrorData

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

TargetMethod

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

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

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

適用対象