IRestExceptionDecoder.DecodeException 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
예외의 세부 정보를 디코딩합니다.
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 오류 코드를 추출할지 여부입니다.
반환
예외가 디코딩되었는지 여부를 나타내는 값입니다.