Partager via


ServiceExceptionLogger.Log(ExceptionLoggerContext) Méthode

Définition

Enregistre l’exception non gérée à l’aide LogCategories de ce qui la fait apparaître dans le journal de l’application, sauf si l’application a été configurée pour ne pas enregistrer ces événements.

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)

Paramètres

context
System.Web.Http.ExceptionHandling.ExceptionLoggerContext

System.Web.Http.ExceptionHandling.ExceptionLoggerContext pour cette exception non gérée.

S’applique à