The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TraceListener::Fail Method (String^)
.NET Framework (current version)
Emits an error message to the listener you create when you implement the TraceListener class.
Assembly: System (in System.dll)
Parameters
- message
-
Type:
System::String^
A message to emit.
The default behavior is to display the specified message in a message box when the application is running in a user-interface mode, and to the TraceListener instances in a TraceListenerCollection collection. By default, the TraceListenerCollection collection has an instance of a DefaultTraceListener. You can customize this behavior by adding a TraceListener to or removing one from the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: