InformationMessage Constructor  | 
  
    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)
Syntaxpublic InformationMessage(
	string source,
	bool correctionsAreChoices,
	string messageText,
	params Object[] messageTextArgs
)
Public Sub New ( 
	source As String,
	correctionsAreChoices As Boolean,
	messageText As String,
	ParamArray messageTextArgs As Object()
)
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