Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes an error message to the trace log, with parameters.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static void TraceError(
string format,
params object[] args
)
public:
static void TraceError(
String^ format,
... array<Object^>^ args
)
Public Shared Sub TraceError (
format As String,
ParamArray args As Object()
)
Parameters
format
Type: System.StringThe format.
args
Type: System.Object[]The array of objects to format.
See Also
MessagingTrace Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top