Condividi tramite


ExecutionResult.Exception Property

Definition

The exception that occurred if the token acquisition failed.

public Microsoft.Identity.Client.MsalException Exception { get; }
member this.Exception : Microsoft.Identity.Client.MsalException
Public ReadOnly Property Exception As MsalException

Property Value

An MsalException describing the failure if Successful is false; otherwise, null.

Applies to