RemoteRpcException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
接收 JSON-RPC 通信时发生的任何异常的基异常类。
public abstract class RemoteRpcException : Exception
[System.Serializable]
public abstract class RemoteRpcException : Exception
type RemoteRpcException = class
inherit Exception
[<System.Serializable>]
type RemoteRpcException = class
inherit Exception
Public MustInherit Class RemoteRpcException
Inherits Exception
- 继承
-
RemoteRpcException
- 派生
- 属性
构造函数
属性
DeserializedErrorData |
获取或设置 |
ErrorCode |
获取或设置响应中字段的值 |
ErrorData |
获取或设置 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
接收 JSON-RPC 通信时发生的任何异常的基异常类。 |