Method ShowMessageBox
ShowMessageBox(MessageBoxInfo)
Displays a message box with the specified information.
public static void ShowMessageBox(MessageBoxInfo value)
Parameters
valueMessageBoxInfoThe MessageBoxInfo object containing the details to display in the message box. Cannot be null.
Exceptions
- ArgumentNullException
Thrown if
valueis null.