InfoWarningErrorMessageControllerShowException Method |
Shows an exception message.
Namespace: Altaxo.Gui.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ShowException(
Exception ex,
string? message = null
)
Parameters
- ex Exception
- The exception to show.
- message String (Optional)
- An optional custom message.
See Also