Microsoft.Identity.Client.MsalException public class MsalException : Exception Documentation Code public const string BrokerErrorCode = "BrokerErrorCode" public const string BrokerErrorContext = "BrokerErrorContext" public const string BrokerErrorStatus = "BrokerErrorStatus" public const string BrokerErrorTag = "BrokerErrorTag" public const string BrokerTelemetry = "BrokerTelemetry" public const string ManagedIdentitySource = "ManagedIdentitySource" public IReadOnlyDictionary<string, string> AdditionalExceptionData { get; set; } public string CorrelationId { get; set; } public string ErrorCode { get; } public bool IsRetryable { get; set; } public MsalException() public MsalException(string errorCode) public MsalException(string errorCode, string errorMessage) public MsalException(string errorCode, string errorMessage, Exception innerException) public static MsalException FromJsonString(string json) public string ToJsonString()