Click or drag to resize
NbHttpException Class

Nebula 通信例外。

HTTPステータスコードと、RESTレスポンスを保持する。

Inheritance Hierarchy

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public class NbHttpException : Exception

The NbHttpException type exposes the following members.

Constructors
  NameDescription
Public methodNbHttpException
デフォルトコンストラクタ
Public methodNbHttpException(HttpResponseMessage)
コンストラクタ
Public methodNbHttpException(HttpStatusCode)
コンストラクタ
Public methodNbHttpException(String)
コンストラクタ
Public methodNbHttpException(HttpStatusCode, String)
コンストラクタ
Public methodNbHttpException(String, Exception)
コンストラクタ
Top
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
Methods
  NameDescription
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetBaseException
派生クラスでオーバーライドされた場合、それ以後に発生する 1 つ以上の例外の主要な原因である Exception を返します。
(Inherited from Exception.)
Public methodGetHashCode
既定のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在の例外の文字列形式を作成して返します。
(Inherited from Exception.)
Top
Version Information

Core

Supported in: 1.0
See Also