BlazorAuthenticationChallengeHandler.HandleExceptionAsync(Exception) 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 exceptions that may require user re-authentication. Returns true if a challenge was initiated, false otherwise.
public System.Threading.Tasks.Task<bool> HandleExceptionAsync(Exception exception);
member this.HandleExceptionAsync : Exception -> System.Threading.Tasks.Task<bool>
Public Function HandleExceptionAsync (exception As Exception) As Task(Of Boolean)
Parameters
- exception
- Exception