Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExceptionLogger::Log Method (ExceptionLoggerContext^)

 

When overridden in a derived class, logs the exception synchronously.

Namespace:   System.Web.Http.ExceptionHandling
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
virtual void Log(
	ExceptionLoggerContext^ context
)

Parameters

context
Type: System.Web.Http.ExceptionHandling::ExceptionLoggerContext^

The exception logger context.

Return to top
Show: