次の方法で共有


RemoteTargetNotSetException クラス

定義

サーバーにターゲット オブジェクトがないことを示すリモート RPC 例外。

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

コンストラクター

RemoteTargetNotSetException(SerializationInfo, StreamingContext)

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

プロパティ

DeserializedErrorData

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

(継承元 RemoteRpcException)
ErrorCode

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

(継承元 RemoteRpcException)
ErrorData

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

(継承元 RemoteRpcException)

メソッド

GetObjectData(SerializationInfo, StreamingContext)

サーバーにターゲット オブジェクトがないことを示すリモート RPC 例外。

(継承元 RemoteRpcException)

適用対象

こちらもご覧ください