다음을 통해 공유


IRestExceptionDecoder.DecodeException 메서드

정의

예외의 세부 정보를 디코딩합니다.

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

매개 변수

eexception
Exception

디코딩에 대한 엑시션

httpStatusCode
HttpStatusCode

오류에 대한 HTTP 상태 코드입니다.

restStatus
String

오류에 대한 REST 상태입니다.

getExtendedErrors
Boolean

REST 오류 코드를 추출할지 여부입니다.

반환

예외가 디코딩되었는지 여부를 나타내는 값입니다.

적용 대상