Table of Contents

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

string

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

string

RepairErrors

Message asking user to correct errors.

public const string RepairErrors = "Please correct the errors and try again"

Field Value

string

SomeErrorsOccured

Generic error occurrence message.

public const string SomeErrorsOccured = "Some errors occured"

Field Value

string