This topic has not yet been rated - Rate this topic

ITraceWriterExtensions.Fatal Method (ITraceWriter, , String, Exception, String, Object[])

Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception, message format and argument.

Namespace:  System.Web.Http.Tracing
Assembly:  System.Web.Http (in System.Web.Http.dll)
public static void Fatal(
	this ITraceWriter traceWriter,
	HttpRequestMessage request,
	string category,
	Exception exception,
	string messageFormat,
	params Object[] messageArguments
)

Parameters

traceWriter
Type: System.Web.Http.Tracing.ITraceWriter

The ITraceWriter.

request
Type: HttpRequestMessage

The HttpRequestMessage with which to associate the trace. It may be null.

category
Type: System.String

The logical category of the trace.

exception
Type: System.Exception

The exception.

messageFormat
Type: System.String

The format of the message.

messageArguments
Type: System.Object[]

The message argument.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITraceWriter. When you use instance method syntax to call this method, omit the first parameter. For more information, see http://msdn.microsoft.com/en-us/library/bb384936(v=vs.108).aspx or http://msdn.microsoft.com/en-us/library/bb383977(v=vs.108).aspx.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.