你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceRemotingFailedResponseEventArgs 类

定义

失败请求的事件参数。

public class ServiceRemotingFailedResponseEventArgs : EventArgs
type ServiceRemotingFailedResponseEventArgs = class
    inherit EventArgs
Public Class ServiceRemotingFailedResponseEventArgs
Inherits EventArgs
继承
ServiceRemotingFailedResponseEventArgs

构造函数

ServiceRemotingFailedResponseEventArgs(Exception, IServiceRemotingRequestMessage)

初始化 ServiceRemotingFailedResponseEventArgs 类的新实例。

属性

Error

获取导致服务远程处理调用失败的异常。

Request

获取生成响应所针对的请求

适用于