Trace::TraceWarning Method (String^, array<Object^>^)
.NET Framework (current version)
Writes a warning message to the trace listeners in the Listeners collection using the specified array of objects and formatting information.
Assembly: System (in System.dll)
public: [ConditionalAttribute("TRACE")] static void TraceWarning( String^ format, ... array<Object^>^ args )
Parameters
- format
-
Type:
System::String^
A format string that contains zero or more format items, which correspond to objects in the args array.
- args
-
Type:
array<System::Object^>^
An object array containing zero or more objects to format.
.NET Framework
Available since 2.0
Available since 2.0
Show: