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) ,通常是由于反序列化程序引发的不兼容或异常。 |