Trace.TraceError Method (String, Object())
.NET Framework (current version)
Writes an error message to the trace listeners in the Listeners collection using the specified array of objects and formatting information.
Assembly: System (in System.dll)
<ConditionalAttribute("TRACE")> Public Shared Sub TraceError ( format As String, ParamArray args As Object() )
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:
System.Object()
An object array containing zero or more objects to format.
.NET Framework
Available since 2.0
Available since 2.0
Show: