ITraceWriterExtensions::Fatal Method
Assembly: System.Web.Http (in System.Web.Http.dll)
| 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^, Exception^, String^, array<Object^>^) | Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception, message format and argument. |
![]() ![]() | Fatal(ITraceWriter^, HttpRequestMessage^, String^, String^, array<Object^>^) | Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and message format and argument. |
ITraceWriterExtensions::Fatal Method (ITraceWriter^, HttpRequestMessage^, String^, Exception^)
Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception.
public: [ExtensionAttribute] static void Fatal( ITraceWriter^ traceWriter, HttpRequestMessage^ request, String^ category, Exception^ exception )
Parameters
- traceWriter
-
Type:
System.Web.Http.Tracing::ITraceWriter^
The ITraceWriter.
- request
-
Type:
System.Net.Http::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 that appears during execution.
ITraceWriterExtensions::Fatal Method (ITraceWriter^, HttpRequestMessage^, String^, Exception^, String^, array<Object^>^)
Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception, message format and argument.
public: [ExtensionAttribute] static void Fatal( ITraceWriter^ traceWriter, HttpRequestMessage^ request, String^ category, Exception^ exception, String^ messageFormat, ... array<Object^>^ messageArguments )
Parameters
- traceWriter
-
Type:
System.Web.Http.Tracing::ITraceWriter^
The ITraceWriter.
- request
-
Type:
System.Net.Http::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:
array<System::Object^>^
The message argument.
ITraceWriterExtensions::Fatal Method (ITraceWriter^, HttpRequestMessage^, String^, String^, array<Object^>^)
Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and message format and argument.
public: [ExtensionAttribute] static void Fatal( ITraceWriter^ traceWriter, HttpRequestMessage^ request, String^ category, String^ messageFormat, ... array<Object^>^ messageArguments )
Parameters
- traceWriter
-
Type:
System.Web.Http.Tracing::ITraceWriter^
The ITraceWriter.
- request
-
Type:
System.Net.Http::HttpRequestMessage^
The HttpRequestMessage with which to associate the trace. It may be null.
- category
-
Type:
System::String^
The logical category of the trace.
- messageFormat
-
Type:
System::String^
The format of the message.
- messageArguments
-
Type:
array<System::Object^>^
The message argument.

