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

UserEventRequest.CreateErrorResponse(WebPubSubErrorCode, String) 方法

定义

创建 EventErrorResponse。 方法适用于函数扩展。 对于错误情况,AspNetCore SDK 中心方法可以直接引发异常。

public Microsoft.Azure.WebPubSub.Common.EventErrorResponse CreateErrorResponse (Microsoft.Azure.WebPubSub.Common.WebPubSubErrorCode code, string message);
member this.CreateErrorResponse : Microsoft.Azure.WebPubSub.Common.WebPubSubErrorCode * string -> Microsoft.Azure.WebPubSub.Common.EventErrorResponse
Public Function CreateErrorResponse (code As WebPubSubErrorCode, message As String) As EventErrorResponse

参数

message
String

详细错误消息。

返回

返回调用方的错误响应,并将断开连接。

适用于