Partager via


ResponseWithErrorException Classe

Définition

Exception levée pour une réponse non valide avec des informations ResponseWithError.

public class ResponseWithErrorException : Microsoft.Rest.RestException
type ResponseWithErrorException = class
    inherit RestException
Public Class ResponseWithErrorException
Inherits RestException
Héritage
ResponseWithErrorException

Constructeurs

ResponseWithErrorException()

Initialise une nouvelle instance de la classe ResponseWithErrorException.

ResponseWithErrorException(String)

Initialise une nouvelle instance de la classe ResponseWithErrorException.

ResponseWithErrorException(String, Exception)

Initialise une nouvelle instance de la classe ResponseWithErrorException.

Propriétés

Body

Obtient ou définit l’objet body.

Request

Obtient des informations sur la requête HTTP associée.

Response

Obtient des informations sur la réponse HTTP associée.

S’applique à