Click or drag to resize

NormalMessage Constructor

Initializes a new instance of the NormalMessage class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public NormalMessage(
	string source,
	string messageText,
	params Object[] messageTextArgs
)

Parameters

source
Type: SystemString
The source.
messageText
Type: SystemString
The message text.
messageTextArgs
Type: SystemObject
The message text args.
See Also