Click or drag to resize
InformationMessage Constructor
Initializes a new instance of the InformationMessage class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public InformationMessage(
	string source,
	bool correctionsAreChoices,
	string messageText,
	params Object[] messageTextArgs
)

Parameters

source
Type: SystemString
The source.
correctionsAreChoices
Type: SystemBoolean
if set to true [corrections are choices].
messageText
Type: SystemString
The message text.
messageTextArgs
Type: SystemObject
The message text arguments.
See Also