次の方法で共有


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 エラー コードを抽出するかどうか。

戻り値

例外がデコードされたかどうかを示す 値。

適用対象