Click or drag to resize
NbHttpException Properties

The NbHttpException type exposes the following members.

Properties
  NameDescription
Public propertyData
例外に関する追加のユーザー定義情報を提供するキー/値ペアのコレクションを取得します。
(Inherited from Exception.)
Public propertyHelpLink
例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。
(Inherited from Exception.)
Public propertyHResult
特定の例外に割り当てられているコード化数値である HRESULT を取得または設定します。
(Inherited from Exception.)
Public propertyInnerException
現在の例外の原因となる Exception インスタンスを取得します。
(Inherited from Exception.)
Public propertyMessage
現在の例外を説明するメッセージを取得します。
(Inherited from Exception.)
Public propertyResponse
REST Response
Public propertySource
エラーの原因となったアプリケーションまたはオブジェクトの名前を取得または設定します。
(Inherited from Exception.)
Public propertyStackTrace
呼び出し履歴の直前のフレームの文字列形式を取得します。
(Inherited from Exception.)
Public propertyStatusCode
HTTPステータスコード
Top
See Also