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