[This is preliminary documentation and is subject to change.]
If called within a HLI Thread, calls the WriteError method of this Thread.
Otherwise, writes the text to the console.
| C# | Visual Basic | Visual C++ |
public static void WriteErrorCurrentThread( string text )
Public Shared Sub WriteErrorCurrentThread ( _ text As String _ )
public: static void WriteErrorCurrentThread( String^ text )
- text (String)
- The error text.