RemoteTargetNotSetException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遠端 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(SerializationInfo, StreamingContext) |
初始化 RemoteTargetNotSetException 類別的新執行個體。 |
屬性
DeserializedErrorData |
如果提供錯誤回應,則取得或設定 |
ErrorCode |
取得或設定回應中欄位的值 |
ErrorData |
如果提供錯誤回應,則取得或設定 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
遠端 RPC 例外狀況,表示伺服器沒有目標物件。 (繼承來源 RemoteRpcException) |