AdalUserMismatchException Class

Definition

The exception type thrown when user returned by service does not match user in the request.

public class AdalUserMismatchException : Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException
Inheritance
AdalUserMismatchException

Inherited Members

Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException

Constructors

AdalUserMismatchException(String, String)

Initializes a new instance of the exception class.

Properties

RequestedUser

Gets the user requested from service.

ReturnedUser

Gets the user returned by service.

Methods

ToString()

Creates and returns a string representation of the current exception.

Extension Methods

CheckIotHubErrorCode(Exception, ErrorCode[])
DisablePrepareForRethrow(Exception)
GetReferenceCode(Exception)
IsFatal(Exception)
PrepareForRethrow(Exception)
ToStringSlim(Exception)
Unwind(Exception)
Unwind(Exception, Type[])
Unwind<TException>(Exception)
IsWrappedExceptionTransient(Exception)
FindInnerException<T>(Exception)