定義関数例外型 [詳細]
Public メソッド | |
CallUserException () | |
コンストラクタ | |
CallUserException (string errortext) | |
コンストラクタ | |
Protected 変数 | |
int | m_errorcode = 0 |
エラーコード | |
bool | m_errorcodeenable = false |
エラーコード有効 | |
string | m_errortext = string.Empty |
エラーメッセージ | |
bool | m_toobig = false |
Toobig. | |
bool | m_nomem = false |
Nomem. | |
プロパティ | |
int | ErrorCode [get, set] |
エラーコードプロパティ | |
bool | ErrorCodeEnable [get] |
エラーコード有効プロパティ | |
string | ErrorText [get, set] |
エラーメッセージプロパティ | |
bool | Toobig [get, set] |
Toobigプロパティ. | |
bool | Nomem [get, set] |
Nomemプロパティ. |
定義関数例外型
CallUserException.cs の 8 行で定義されています。
SQLiteCSLib.Inner.CallUserException.CallUserException | ( | ) |
SQLiteCSLib.Inner.CallUserException.CallUserException | ( | string | errortext | ) |
コンストラクタ
errortext | エラーメッセージ |
CallUserException.cs の 118 行で定義されています。
00118 : base( errortext ) 00119 { 00120 m_errortext = errortext; 00121 }
int SQLiteCSLib.Inner.CallUserException.m_errorcode = 0 [protected] |
エラーコード
CallUserException.cs の 13 行で定義されています。
bool SQLiteCSLib.Inner.CallUserException.m_errorcodeenable = false [protected] |
エラーコード有効
CallUserException.cs の 18 行で定義されています。
string SQLiteCSLib.Inner.CallUserException.m_errortext = string.Empty [protected] |
エラーメッセージ
CallUserException.cs の 23 行で定義されています。
bool SQLiteCSLib.Inner.CallUserException.m_nomem = false [protected] |
Nomem.
CallUserException.cs の 33 行で定義されています。
bool SQLiteCSLib.Inner.CallUserException.m_toobig = false [protected] |
Toobig.
CallUserException.cs の 28 行で定義されています。
int SQLiteCSLib.Inner.CallUserException.ErrorCode [get, set] |
エラーコードプロパティ
CallUserException.cs の 39 行で定義されています。
bool SQLiteCSLib.Inner.CallUserException.ErrorCodeEnable [get] |
エラーコード有効プロパティ
CallUserException.cs の 55 行で定義されています。
string SQLiteCSLib.Inner.CallUserException.ErrorText [get, set] |
エラーメッセージプロパティ
CallUserException.cs の 66 行で定義されています。
bool SQLiteCSLib.Inner.CallUserException.Nomem [get, set] |
Nomemプロパティ.
CallUserException.cs の 96 行で定義されています。
bool SQLiteCSLib.Inner.CallUserException.Toobig [get, set] |
Toobigプロパティ.
CallUserException.cs の 81 行で定義されています。