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 );
Routines Class | Okapi.Library.Base Namespace | Routines.ErrorBox Overload List