fitframework
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
IS.Base.__error Class Reference

Lớp phụ trách lưu lỗi của các thực thi cuối cùng, hỗ trợ cho quá trình debug khi lập trình. More...

Public Member Functions

void setError (string pSource, string pMessage, int pHashCode, System.Collections.IDictionary pData)
 Thiế lập thông tin lỗi dựa trên các thông số tương ứng.
 
void clearError ()
 Xóa bỏ thông tin lỗi hiện tại có
 
void setError (Exception e)
 Thiết lập thông tin lỗi dựa trên Exception.
 

Public Attributes

string Message = ""
 Thông báo lỗi.
 
System.Collections.IDictionary Data = null
 Dữ liệu lỗi.
 
string Source = ""
 Nguồn lỗi.
 
int HashCode = 0
 mã lỗi
 

Detailed Description

Lớp phụ trách lưu lỗi của các thực thi cuối cùng, hỗ trợ cho quá trình debug khi lập trình.

Member Function Documentation

◆ setError() [1/2]

void IS.Base.__error.setError ( Exception e)
inline

Thiết lập thông tin lỗi dựa trên Exception.

Parameters
eThông tin cần đưa vào dựa trên bắt lỗi hiện tại

◆ setError() [2/2]

void IS.Base.__error.setError ( string pSource,
string pMessage,
int pHashCode,
System::Collections::IDictionary pData )
inline

Thiế lập thông tin lỗi dựa trên các thông số tương ứng.

Parameters
pSourceNguồn lỗi
pMessageThông báo
pHashCode
pDataDữ liệu lỗi

The documentation for this class was generated from the following file: