Okapi .NET Library

Routines.ErrorBox Method (String, String, String, Boolean)

 [This is preliminary documentation and subject to change.]

Displays an error message with details and a given title, and show or not the details.

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

Parameters

p_sMessage
The message to display.
p_sDetails
The details of the message.
p_sTitle
The title of the dialog box.
p_bShowDetails
Indicates whether or not to show the details.

See Also

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