次の方法で共有


StreamingResponse.InternalServerError(HttpContent) メソッド

定義

要求の処理中にサーバーでエラーが発生したことを示す応答を作成します。

public static Microsoft.Bot.Streaming.StreamingResponse InternalServerError(System.Net.Http.HttpContent body = default);
static member InternalServerError : System.Net.Http.HttpContent -> Microsoft.Bot.Streaming.StreamingResponse
Public Shared Function InternalServerError (Optional body As HttpContent = Nothing) As StreamingResponse

パラメーター

body
HttpContent

追加情報を含む省略可能な本文。

戻り値

適切なステータスコードを持ち、本文で渡された応答。

適用対象