| CorrectableMessage Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.MessageReporting
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected CorrectableMessage(
	MessageType typeOfMessage,
	string source,
	bool correctionsAreChoices,
	string messageText,
	params Object[] messageTextArgs
)
Protected Sub New ( 
	typeOfMessage As MessageType,
	source As String,
	correctionsAreChoices As Boolean,
	messageText As String,
	ParamArray messageTextArgs As Object()
)
Parameters
- typeOfMessage
 - Type: SD.LLBLGen.Pro.ApplicationCoreMessageType
The type of message. - source
 - Type: SystemString
The source. - correctionsAreChoices
 - Type: SystemBoolean
if set to true, the corrections in this message are choices and can have a correction func. If set to false,
            the corrections in this message are steps and can't have a function to execute. - messageText
 - Type: SystemString
The message text. - messageTextArgs
 - Type: SystemObject
The message text args. 
See Also