<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.85.1" />
Microsoft.Identity.Extensions.InteropException
An unexpected error occurred in interop-code.
namespace Microsoft.
Identity.
Extensions
{
internal class InteropException :
Exception
{
public int ErrorCode { get; }
public InteropException();
public InteropException(
string message,
int errorCode);
public InteropException(
string message,
int errorCode,
Exception innerException);
}
}