C# Class Microsoft.Identity.Client.MsalUserMismatchException

The exception type thrown when user returned by service does not match user in the request.
Inheritance: MsalException
ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet

Public Methods

Method 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 method

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

ToString() public method

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