<PackageReference Include="Microsoft.Identity.Client" Version="4.84.1-preview" />

Microsoft.Identity.Client.MsalException

public class MsalException : Exception
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()