|
Name |
Description |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
GenerateResourceFile
|
Generate a English resource file "ExceptionCode.properties" in the given path. |
|
GetDefaultEnglishString |
Returns default English pattern string. (inherited from LString) |
|
GetErrorLoggingLevel
|
Indicates whether the exception is required to be logged. |
|
GetExceptionCode
|
Gets the ExceptionCode object referenced by the specified resource key (ExceptionCode field name). This method is thread safe. |
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object) |
|
GetKey |
Returns resource key. (inherited from LString) |
|
GetObjectData
|
Overridden. This method is exposed to satisfy the ISerializable interface. |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
IsFatal
|
Indicates whether the exception is thrown back to the initiating client, or whether it can be returned by an accessor method. |
|
ToLogString |
Returns a localized string + (key name) in the default locale if available, otherwise returns the formatted English string + (key name). The returned string is used for logging. This method is thread safe. (inherited from LString) |
|
ToString
|
Overloaded. Returns key + default English pattern string. |