EventLog.WriteFailedFaultProcessingEntry Method
Write an entry to the event log when a failure occurred in an outgoing pipeline.
Namespace: Microsoft.Web.Services3.Diagnostics
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim outputPipeline As Pipeline
Dim requestContext As SoapContext
Dim originalException As Exception
Dim processingFailureException As Exception
EventLog.WriteFailedFaultProcessingEntry(outputPipeline, requestContext, originalException, processingFailureException)
Syntax
'Declaration
Public Shared Sub WriteFailedFaultProcessingEntry( _
ByVal outputPipeline As Pipeline, _
ByVal requestContext As SoapContext, _
ByVal originalException As Exception, _
ByVal processingFailureException As Exception _
)
public static void WriteFailedFaultProcessingEntry(
Pipeline outputPipeline,
SoapContext requestContext,
Exception originalException,
Exception processingFailureException
);
public:
static void WriteFailedFaultProcessingEntry(
Pipeline^ outputPipeline,
SoapContext^ requestContext,
Exception^ originalException,
Exception^ processingFailureException
);
public static void WriteFailedFaultProcessingEntry(
Pipeline outputPipeline,
SoapContext requestContext,
Exception originalException,
Exception processingFailureException
);
public static function WriteFailedFaultProcessingEntry(
outputPipeline : Pipeline,
requestContext : SoapContext,
originalException : Exception,
processingFailureException : Exception
) : Void;
Parameters
- outputPipeline
The Pipeline that caused the failure.
- requestContext
The SoapContext for the SOAP message.
- originalException
The original exception.
- processingFailureException
The exception that caused the failure.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
EventLog Class
EventLog Members
Microsoft.Web.Services3.Diagnostics Namespace