HandleExceptionArgs.ResponseStatusCode 属性
定义
获取当数据服务上发生错误时将在响应的 HTTP 标头部分中发送回的状态代码。Gets the status code that will be sent back in the HTTP header section of the response when an error occurs on the data service.
public:
property int ResponseStatusCode { int get(); };
public int ResponseStatusCode { get; }
member this.ResponseStatusCode : int
Public ReadOnly Property ResponseStatusCode As Integer
属性值
HTTP 响应状态代码的整数值。An integer value of the HTTP response status code.