C# Класс Microsoft.Identity.Client.MsalUserMismatchException

The exception type thrown when user returned by service does not match user in the request.
Наследование: MsalException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

MsalUserMismatchException() публичный Метод

Initializes a new instance of the exception class.
public MsalUserMismatchException ( string requestedUser, string returnedUser ) : System.Globalization
requestedUser string
returnedUser string
Результат System.Globalization

ToString() публичный Метод

Creates and returns a string representation of the current exception.
public ToString ( ) : string
Результат string