BadRpcHeaderException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
反序列化的消息具有错误的标头时引发的异常。
public class BadRpcHeaderException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class BadRpcHeaderException : StreamJsonRpc.RemoteRpcException
type BadRpcHeaderException = class
inherit RemoteRpcException
[<System.Serializable>]
type BadRpcHeaderException = class
inherit RemoteRpcException
Public Class BadRpcHeaderException
Inherits RemoteRpcException
- 继承
- 属性
构造函数
属性
DeserializedErrorData |
获取或设置 |
ErrorCode |
获取或设置响应中字段的值 |
ErrorData |
获取或设置 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
反序列化的消息具有错误的标头时引发的异常。 (继承自 RemoteRpcException) |