RpcArgumentDeserializationException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當引數無法還原序列化為要求型別時擲回 TryGetArgumentByNameOrIndex(String, Int32, Type, Object) 的例外狀況,通常是因為還原序列化程式擲回不相容或例外狀況。
[System.Serializable]
public class RpcArgumentDeserializationException : StreamJsonRpc.RemoteRpcException
[<System.Serializable>]
type RpcArgumentDeserializationException = class
inherit RemoteRpcException
Public Class RpcArgumentDeserializationException
Inherits RemoteRpcException
- 繼承
- 屬性
建構函式
屬性
ArgumentName |
從無法還原序列化的 JSON-RPC 要求取得引數的名稱,如果有的話。 |
ArgumentPosition |
從 JSON-RPC 要求取得引數的 0 型索引,如果可用,則無法還原序列化。 |
DeserializedErrorData |
如果提供錯誤回應,取得或設定 |
DeserializedType |
Type取得嘗試還原序列化引數的 。 |
ErrorCode |
取得或設定回應中欄位的值 |
ErrorData |
如果提供錯誤回應,取得或設定 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
當引數無法還原序列化為要求型別時擲回 TryGetArgumentByNameOrIndex(String, Int32, Type, Object) 的例外狀況,通常是因為還原序列化程式擲回不相容或例外狀況。 |