ServiceExceptionLogger.Log(ExceptionLoggerContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs the unhandled exception using LogCategories which makes it show up in the application log unless the application has been configured to not log such events.
public override void Log(System.Web.Http.ExceptionHandling.ExceptionLoggerContext context);
override this.Log : System.Web.Http.ExceptionHandling.ExceptionLoggerContext -> unit
Public Overrides Sub Log (context As ExceptionLoggerContext)
Parameters
- context
- System.Web.Http.ExceptionHandling.ExceptionLoggerContext
The System.Web.Http.ExceptionHandling.ExceptionLoggerContext for this unhandled exception.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET