RemoteTargetNotSetException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
远程 RPC 异常,指示服务器没有目标对象。
public class RemoteTargetNotSetException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class RemoteTargetNotSetException : StreamJsonRpc.RemoteRpcException
type RemoteTargetNotSetException = class
inherit RemoteRpcException
[<System.Serializable>]
type RemoteTargetNotSetException = class
inherit RemoteRpcException
Public Class RemoteTargetNotSetException
Inherits RemoteRpcException
- 继承
- 属性
构造函数
RemoteTargetNotSetException(SerializationInfo, StreamingContext) |
初始化 RemoteTargetNotSetException 类的新实例。 |
属性
DeserializedErrorData |
获取或设置 |
ErrorCode |
获取或设置响应中字段的值 |
ErrorData |
获取或设置 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
远程 RPC 异常,指示服务器没有目标对象。 (继承自 RemoteRpcException) |