| CorrectableMessageAddCorrection Method (String, Int32) | 
 
            Adds a new correction with the parameter specified and no func set whatsoever. 
            
 
    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)
Syntaxpublic CorrectableMessage AddCorrection(
	string description,
	int sortOrder
)
Public Function AddCorrection ( 
	description As String,
	sortOrder As Integer
) As CorrectableMessage
Parameters
- description
 - Type: SystemString
The description. - sortOrder
 - Type: SystemInt32
The sort order. 
Return Value
Type: 
CorrectableMessagethis instance
See Also