Okapi .NET Library

Routines.ErrorBox Method (String, String)

 [This is preliminary documentation and subject to change.]

Displays an error message with details.

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

Parameters

p_sMessage
The message to display.
p_sDetails
The details of the message.

See Also

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