[This is preliminary documentation and is subject to change.]
Call this method when this object should output an error.
Must be called by a descendant of this class when some error output is available.
| C# | Visual Basic | Visual C++ |
protected void TriggerErrorOutputEvent( string text )
Protected Sub TriggerErrorOutputEvent ( _ text As String _ )
protected: void TriggerErrorOutputEvent( String^ text )
- text (String)
- The error text.