| PluginBaseCreateAndDispatchCorrectableMessage Method  | 
 
            Creates a new correctable message which won't receive choices/step corrections, and which is dispatched directly
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
 Syntax
Syntaxprotected void CreateAndDispatchCorrectableMessage(
	bool error,
	string warningID,
	string messageText,
	params string[] messageTextArgs
)
Protected Sub CreateAndDispatchCorrectableMessage ( 
	error As Boolean,
	warningID As String,
	messageText As String,
	ParamArray messageTextArgs As String()
)
Parameters
- error
- Type: SystemBoolean
 if set to  the message will be an error message, otherwise the message will be a warning message
- warningID
- Type: SystemString
 The warning identifier. Ignored if error is true.
- messageText
- Type: SystemString
 The message text for the correctable message.
- messageTextArgs
- Type: SystemString
 The message text args.
 See Also
See Also