[]
Initializes a new instance of the ErrorUICommand class.
public ErrorUICommand(string messasge, string caption)
Public Sub New(messasge As String, caption As String)
Type | Name | Description |
---|---|---|
string | messasge | A string value indicates the message to display. |
string | caption | A string value indicates the title to display. |