StreamingResponse.InternalServerError(HttpContent) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une réponse indiquant que le serveur a rencontré une erreur lors du traitement de la demande.
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
Paramètres
- body
- HttpContent
Corps facultatif contenant des informations supplémentaires.
Retours
Réponse avec le code d’état approprié et le corps transmis.