Okapi .NET Library

Routines.ErrorBox Method (String, String, String)

 [This is preliminary documentation and subject to change.]

Displays an error message with details and a given title.

[Visual Basic]
Shared  OverloadsPublic Sub ErrorBox( _ 
   ByVal p_sMessage As String, _ 
   ByVal p_sDetails As String, _ 
   ByVal p_sTitle As String _ 
)
[C#]
public static void ErrorBox(
   string p_sMessage,
   string p_sDetails,
   string p_sTitle
);
[C++]
public: static void ErrorBox(
   String* p_sMessage,
   String* p_sDetails,
   String* p_sTitle
);
[JScript]
public static function ErrorBox(
   String p_sMessage,
   String p_sDetails,
   String p_sTitle
);

Parameters

p_sMessage
The message to display.
p_sDetails
The details of the message.
p_sTitle
The title of the dialog box.

See Also

Routines Class | Okapi.Library.Base Namespace | Routines.ErrorBox Overload List