MdkLocalException 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
![]() | MdkLocalException(String, array<String>[]()[][]) |
例外情報なしのMDK例外を生成します。
|
![]() | MdkLocalException(Exception, String, array<String>[]()[][]) |
例外情報ありのMDK例外を生成します。
|
メソッド
名前 | 説明 | |
---|---|---|
![]() | Equals(Object) | (Object から継承されます。) |
![]() | Equals(String) |
当クラスが保持しているエラーコードと引数のエラーコードを比較する。
同じ場合はtrueを返す。
|
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Object から継承されます。) |
![]() | GetBaseException |
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Exception から継承されます。) |
![]() | GetErrCode |
エラーコードを取得する。
|
![]() | GetErrMsg |
エラーメッセージを取得する。
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Object から継承されます。) |
![]() | GetObjectData |
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Exception から継承されます。) |
![]() | GetType |
Gets the runtime type of the current instance.
(Exception から継承されます。) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Object から継承されます。) |
![]() | ToString |
Creates and returns a string representation of the current exception.
(Exception から継承されます。) |
フィールド
名前 | 説明 | |
---|---|---|
![]() ![]() | BAD_GW |
HTTPステータス:502 不正なレスポンスを受信した場合
|
![]() ![]() | CONFIG_MISSING |
CONFIGファイルの必須項目が存在しない場合
|
![]() ![]() | CONFIG_READ_ERROR |
3GPSMDK.properties読み込みエラーの場合
|
![]() ![]() | CONFIG_VALUE_INVALID |
CONFIGファイルで指定した値が正しくない場合
|
![]() ![]() | DECRYPTION_ERROR |
Body部の復号化に失敗した場合
|
![]() ![]() | ENCRYPTION_ERROR |
Body部の暗号化に失敗した場合
|
![]() ![]() | FILE_NO_EXIST |
CONFIGファイルで指定したファイルが存在しない場合
|
![]() ![]() | GW_CONNECT_ERROR |
GWサーバへの接続エラーの場合
|
![]() ![]() | INTERNAL_SERVER_ERROR |
HTTPステータス:500 予期しないエラーの場合
|
![]() ![]() | NO_CONFIG_FILE |
CONFIGファイルが見つからなかった場合
|
![]() ![]() | PROXY_CONNECT_ERROR |
プロキシーサーバへの接続エラーの場合
|
![]() ![]() | SERVER_TIME_OUT |
サーバタイムアウトの場合
|
![]() ![]() | SERVICE_UNAVAILABLE |
HTTPステータス:503 サーバがリクエストを処理できない場合
|
![]() ![]() | SOCKET_FACTORY_CREATION_ERROR |
SSLソケット生成で失敗した場合
|
![]() ![]() | SOCKET_IO_ERROR |
ソケットの書き込みエラーの場合
|
![]() ![]() | TYPEA_INTERNAL_ERROR |
タイプAの判定できないエラーの場合
|
![]() ![]() | TYPEB_INTERNAL_ERROR |
タイプBの判定できないエラーの場合
|
![]() ![]() | TYPEF_INTERNAL_ERROR |
タイプFの判定できないエラーの場合
|
プロパティ
名前 | 説明 | |
---|---|---|
![]() | Data |
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Exception から継承されます。) |
![]() | HelpLink |
Gets or sets a link to the help file associated with this exception.
(Exception から継承されます。) |
![]() | HResult |
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Exception から継承されます。) |
![]() | InnerException |
Gets the Exception instance that caused the current exception.
(Exception から継承されます。) |
![]() | Message |
Gets a message that describes the current exception.
(Exception から継承されます。) |
![]() | Source |
Gets or sets the name of the application or the object that causes the error.
(Exception から継承されます。) |
![]() | StackTrace |
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Exception から継承されます。) |
![]() | TargetSite |
Gets the method that throws the current exception.
(Exception から継承されます。) |