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

ConnectEventRequest.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

详细信息错误消息。

返回

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

适用于