Trace.TraceError Method (String, Object[])
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")>] static member TraceError : format:string * args:Object[] -> unit
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.
TraceError calls the TraceEvent methods in the trace listeners with the trace event type Error, passing the message content as an object array with formatting information. See the Format method for more information about the format and args parameters.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.