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.8.0.0 (5.8.21.0208)
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