Class Messages
- Namespace
- SunamoValues.Constants
- Assembly
- SunamoValues.dll
User-facing message constants.
public class Messages
- Inheritance
-
Messages
- Inherited Members
- Extension Methods
Fields
AppWillBeTerminated
Application termination message.
public const string AppWillBeTerminated = "Thank you for using my app. Press enter to app will be terminated."
Field Value
NoData
Message displayed when no input data is available.
public const string NoData = "When you will have the input data, run the program again."
Field Value
RepairErrors
Message asking user to correct errors.
public const string RepairErrors = "Please correct the errors and try again"
Field Value
SomeErrorsOccured
Generic error occurrence message.
public const string SomeErrorsOccured = "Some errors occured"