C# 클래스 Microsoft.Identity.Client.MsalUserMismatchException

The exception type thrown when user returned by service does not match user in the request.
상속: MsalException
파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet

공개 메소드들

메소드 설명
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