InfoWarningErrorMessageControllerShowErrorFormatted Method |
Shows a formatted error message.
Namespace: Altaxo.Gui.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ShowErrorFormatted(
string formatstring,
params Object[] formatitems
)
Parameters
- formatstring String
- The composite format string.
- formatitems Object
- The format arguments.
See Also