Thực hiện quá trình ghi log lỗi. Thực hiện cho các phiên bản ứng dụng desktop.
More...
|
| static void | raiseError (string source, string function) |
| | Ghi nhận thông báo lỗi dựa trên lỗi đã thực thiết lập trong er
|
| |
| static void | raiseError (string source, string function, string Message, string errorSource, int HashCode) |
| | Ghi nhận lỗi trực teieps các tham số tương ứng với lỗi được phát sinh.
|
| |
| static void | raiseError (string source, string function, string Message, string errorSource, int HashCode, string thesource) |
| | Thông báo lỗi tương tự như raiseError
|
| |
| static void | raiseError (string source, string function, Exception e, string theSource) |
| | Ghi thông báo lỗi dựa trên exeption của hệ thống.
|
| |
| static void | raiseError (string source, string function, Exception e) |
| | Thông báo lỗi.
|
| |
|
|
static string | fileName = "error.log" |
| |
Thực hiện quá trình ghi log lỗi. Thực hiện cho các phiên bản ứng dụng desktop.
◆ raiseError() [1/5]
| static void IS.Base.Errorlog.raiseError |
( |
string | source, |
|
|
string | function ) |
|
inlinestatic |
Ghi nhận thông báo lỗi dựa trên lỗi đã thực thiết lập trong er
- Parameters
-
| source | Nguồn lỗi |
| function | Hàm chương trình phát sinh lỗi |
◆ raiseError() [2/5]
| static void IS.Base.Errorlog.raiseError |
( |
string | source, |
|
|
string | function, |
|
|
Exception | e ) |
|
inlinestatic |
Thông báo lỗi.
- Parameters
-
◆ raiseError() [3/5]
| static void IS.Base.Errorlog.raiseError |
( |
string | source, |
|
|
string | function, |
|
|
Exception | e, |
|
|
string | theSource ) |
|
inlinestatic |
Ghi thông báo lỗi dựa trên exeption của hệ thống.
- Parameters
-
| source | Nguồn |
| function | Hàm |
| e | Lỗi được phát sinh trong hệ thống bằng hàm try-catch |
| theSource | Nguồn mô tả thêm |
◆ raiseError() [4/5]
| static void IS.Base.Errorlog.raiseError |
( |
string | source, |
|
|
string | function, |
|
|
string | Message, |
|
|
string | errorSource, |
|
|
int | HashCode ) |
|
inlinestatic |
Ghi nhận lỗi trực teieps các tham số tương ứng với lỗi được phát sinh.
- Parameters
-
| source | Nguồn |
| function | Hàm bị lỗi |
| Message | Thông điệp lỗi |
| errorSource | Nguồn phát sinh lỗi |
| HashCode | Mã lỗi |
◆ raiseError() [5/5]
| static void IS.Base.Errorlog.raiseError |
( |
string | source, |
|
|
string | function, |
|
|
string | Message, |
|
|
string | errorSource, |
|
|
int | HashCode, |
|
|
string | thesource ) |
|
inlinestatic |
Thông báo lỗi tương tự như raiseError
- Parameters
-
| source | |
| function | |
| Message | |
| errorSource | |
| HashCode | |
| thesource | |
The documentation for this class was generated from the following file:
- baseprojects_net45_pool/IS.Base/clErrorlog.cs