Initializes a new instance of the 
Message class.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.MessageReportingAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected Message(
	MessageType typeOfMessage,
	string source,
	string messageText,
	params Object[] messageTextArgs
)
Protected Sub New ( 
	typeOfMessage As MessageType,
	source As String,
	messageText As String,
	ParamArray messageTextArgs As Object()
)
Parameters
- typeOfMessage
 - Type: SD.LLBLGen.Pro.ApplicationCoreMessageType
The type of message. - source
 - Type: SystemString
The source. - messageText
 - Type: SystemString
The message text. - messageTextArgs
 - Type: SystemObject
The message text args. 
See Also