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

public static void MsgBox( 
object message
string title
object severity 
)

Parameters

message

Type: object

The message text.

title

Type: string

The title of the dialog.

severity

Type: object

The severity of the message. One of: Severity.Information, Severity.Warning, or Severity.Error.