C# Class Microsoft.Identity.Client.MsalUserMismatchException

The exception type thrown when user returned by service does not match user in the request.
Inheritance: MsalException
Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet

Méthodes publiques

Méthode Description
MsalUserMismatchException ( string requestedUser, string returnedUser ) : System.Globalization

Initializes a new instance of the exception class.

ToString ( ) : string

Creates and returns a string representation of the current exception.

Method Details

MsalUserMismatchException() public méthode

Initializes a new instance of the exception class.
public MsalUserMismatchException ( string requestedUser, string returnedUser ) : System.Globalization
requestedUser string
returnedUser string
Résultat System.Globalization

ToString() public méthode

Creates and returns a string representation of the current exception.
public ToString ( ) : string
Résultat string