Warning(string)

Method in MessageBoxAttribute

Summary

Creates a new warning Message using the provided text.

public static Message Warning(string message)

Parameters

Name
Description

string message

The text to show in the message box. If this value is null , no message box is displayed.

Returns

A new Message .

Last updated

Was this helpful?