Fault Methods |
The Fault type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ErrorCodeEnumToMessage |
Get corresponding message for the error code from the TypeText.resx ressource file.
The format of the ressource string name is: ErrorCodeEnum + ErrorCodeEnum.Value. Example: "ErrorCodeEnum.InvalidRentalObjectNo".
|
![]() | ToString |
Override ToString to include the unique id in exceptions dumps.
(Overrides ObjectToString.) |