Freigeben über


IRestExceptionDecoder.DecodeException Methode

Definition

Decodieren Sie Details der Ausnahme.

public bool DecodeException (Exception e, out System.Net.HttpStatusCode httpStatusCode, out string restStatus, bool getExtendedErrors = false);
public bool DecodeException (Exception exception, out System.Net.HttpStatusCode httpStatusCode, out string restStatus, bool getExtendedErrors = false);
abstract member DecodeException : Exception * HttpStatusCode * string * bool -> bool
abstract member DecodeException : Exception * HttpStatusCode * string * bool -> bool
Public Function DecodeException (e As Exception, ByRef httpStatusCode As HttpStatusCode, ByRef restStatus As String, Optional getExtendedErrors As Boolean = false) As Boolean
Public Function DecodeException (exception As Exception, ByRef httpStatusCode As HttpStatusCode, ByRef restStatus As String, Optional getExtendedErrors As Boolean = false) As Boolean

Parameter

eexception
Exception

Ausscheidung zum Decodieren

httpStatusCode
HttpStatusCode

HTTP-Statuscode für den Fehler.

restStatus
String

REST-Status für den Fehler.

getExtendedErrors
Boolean

Gibt an, ob REST-Fehlercode extrahiert werden soll oder nicht.

Gibt zurück

Ein Wert, der angibt, ob die Ausnahme decodiert wurde.

Gilt für: