Freigeben über


ExceptionResponseException Klasse

Definition

Ausnahme, die für eine ungültige Antwort mit ExceptionResponse-Informationen ausgelöst wird.

public class ExceptionResponseException : Microsoft.Rest.RestException
type ExceptionResponseException = class
    inherit RestException
Public Class ExceptionResponseException
Inherits RestException
Vererbung
ExceptionResponseException

Konstruktoren

ExceptionResponseException()

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

ExceptionResponseException(String)

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

ExceptionResponseException(String, Exception)

Initialisiert eine neue instance der ExceptionResponseException-Klasse.

Eigenschaften

Body

Ruft das Body-Objekt ab oder legt es fest.

Request

Ruft Informationen zur zugeordneten HTTP-Anforderung ab.

Response

Ruft Informationen zur zugeordneten HTTP-Antwort ab.

Gilt für: