ITraceWriterExtensions.Error Method
Include Protected Members
Include Inherited Members
Displays an error message in the list.
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 | |
---|---|---|
Error(ITraceWriter, HttpRequestMessage, String, Exception) | Displays an error message in the list with the specified writer, request, category and exception. | |
Error(ITraceWriter, HttpRequestMessage, String, String, Object[]) | Displays an error message in the list with the specified writer, request, category, message format and argument. | |
Error(ITraceWriter, HttpRequestMessage, String, Exception, String, Object[]) | Displays an error message in the list with the specified writer, request, category, exception, message format and argument. |
Top