NormalMessage Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.MessageReporting
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic NormalMessage(
	string source,
	string messageText,
	params Object[] messageTextArgs
)
Public Sub New ( 
	source As String,
	messageText As String,
	ParamArray messageTextArgs As Object()
)
Parameters
- source
 - Type: SystemString
The source. - messageText
 - Type: SystemString
The message text. - messageTextArgs
 - Type: SystemObject
The message text args. 
See Also