AuthorizeForScopesAttribute.OnException(ExceptionContext) 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.
Handles the MsalUiRequiredException.
public override void OnException (Microsoft.AspNetCore.Mvc.Filters.ExceptionContext context);
override this.OnException : Microsoft.AspNetCore.Mvc.Filters.ExceptionContext -> unit
Public Overrides Sub OnException (context As ExceptionContext)
Parameters
- context
- ExceptionContext
Context provided by ASP.NET Core.