Share via


ExceptionResponseException Classe

Définition

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

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

Constructeurs

ExceptionResponseException()

Initialise une nouvelle instance de la classe ExceptionResponseException.

ExceptionResponseException(String)

Initialise une nouvelle instance de la classe ExceptionResponseException.

ExceptionResponseException(String, Exception)

Initialise une nouvelle instance de la classe ExceptionResponseException.

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 à