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)

適用於

另請參閱