| CorrectableMessageAddCorrection Method | 
| Name | Description | |
|---|---|---|
| AddCorrection(String, Int32, CorrectionActionType) | 
            Adds a new correction with the parameter specified and no func set whatsoever.
              | |
| AddCorrection(String, Int32, Action, CorrectionActionType) | 
            Adds a new correction with the parameter specified and the goLocation func specified.
              | |
| AddCorrection(String, Int32, FuncBoolean, CorrectionActionType) | 
            Adds a new correction with the parameter specified and the correction func specified. If correctionFunc is not null, this message has to have
            CorrectionsAreChoices set to true
              |