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 | |
---|---|---|
Fatal(ITraceWriter, HttpRequestMessage, String, Exception) | Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception. | |
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. | |
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