Displays an interactive message dialog with the specified text and title.

public static void MsgBox( 
object message
string title 
)

Parameters

message

Type: object

The message text.

title

Type: string

The title of the dialog.