[This is preliminary documentation and is subject to change.]
Shows the error.
| C# | Visual Basic | Visual C++ |
public static void ShowError( string text, string caption )
Public Shared Sub ShowError ( _ text As String, _ caption As String _ )
public: static void ShowError ( String^ text, String^ caption )
- text (String)
- The text.
- caption (String)
- The caption.