ITraceWriterExtensions.Fatal Method

Include Protected Members
Include Inherited Members

Displays an error message in the ITraceWriterExtensions class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Fatal(ITraceWriter, HttpRequestMessage, String, Exception) Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception.
Public methodStatic member Fatal(ITraceWriter, HttpRequestMessage, String, String, Object[]) Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and message format and argument.
Public methodStatic member Fatal(ITraceWriter, HttpRequestMessage, String, Exception, String, Object[]) Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception, message format and argument.

Top

See Also

Reference

ITraceWriterExtensions Class

System.Web.Http.Tracing Namespace