NbHttpException Class |
Nebula 通信例外。
HTTPステータスコードと、RESTレスポンスを保持する。
Namespace: Nec.Nebula
The NbHttpException type exposes the following members.
Name | Description | |
---|---|---|
NbHttpException |
デフォルトコンストラクタ
| |
NbHttpException(HttpResponseMessage) |
コンストラクタ
| |
NbHttpException(HttpStatusCode) |
コンストラクタ
| |
NbHttpException(String) |
コンストラクタ
| |
NbHttpException(HttpStatusCode, String) |
コンストラクタ
| |
NbHttpException(String, Exception) |
コンストラクタ
|
Name | Description | |
---|---|---|
Data | 例外に関する追加のユーザー定義情報を提供するキー/値ペアのコレクションを取得します。 (Inherited from Exception.) | |
HelpLink | 例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。 (Inherited from Exception.) | |
HResult | 特定の例外に割り当てられているコード化数値である HRESULT を取得または設定します。 (Inherited from Exception.) | |
InnerException | 現在の例外の原因となる Exception インスタンスを取得します。 (Inherited from Exception.) | |
Message | 現在の例外を説明するメッセージを取得します。 (Inherited from Exception.) | |
Response |
REST Response
| |
Source | エラーの原因となったアプリケーションまたはオブジェクトの名前を取得または設定します。 (Inherited from Exception.) | |
StackTrace | 呼び出し履歴の直前のフレームの文字列形式を取得します。 (Inherited from Exception.) | |
StatusCode |
HTTPステータスコード
|
Name | Description | |
---|---|---|
Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Inherited from Object.) | |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) | |
GetBaseException | 派生クラスでオーバーライドされた場合、それ以後に発生する 1 つ以上の例外の主要な原因である Exception を返します。 (Inherited from Exception.) | |
GetHashCode | 既定のハッシュ関数として機能します。 (Inherited from Object.) | |
GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) | |
ToString | 現在の例外の文字列形式を作成して返します。 (Inherited from Exception.) |