RemoteMethodNotFoundException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遠端 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
- 繼承
- 屬性
備註
請檢查例外狀況訊息,以瞭解找不到方法的原因。 可能有一個具有相符名稱的方法,但不是公用、具有 ref 或 out 參數,或其引數與用戶端所提供的引數不相容。
建構函式
RemoteMethodNotFoundException(SerializationInfo, StreamingContext) |
初始化 RemoteMethodNotFoundException 類別的新執行個體。 |
屬性
DeserializedErrorData |
|
DeserializedErrorData |
如果提供錯誤回應,則取得或設定 |
ErrorCode |
取得回應中欄位的值 |
ErrorCode |
取得或設定回應中欄位的值 |
ErrorData |
|
ErrorData |
如果提供錯誤回應,則取得或設定 |
TargetMethod |
取得找不到的目標方法名稱。 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
遠端 RPC 例外狀況,指出伺服器上找不到要求的目標方法。 |
GetObjectData(SerializationInfo, StreamingContext) |
遠端 RPC 例外狀況,指出伺服器上找不到要求的目標方法。 (繼承來源 RemoteRpcException) |