<PackageReference Include="System.Security.Principal.Windows" Version="4.6.0-rc1.19456.4" />

IdentityNotMappedException

Represents an exception for a principal whose identity could not be mapped to a known identity.

Represents the collection of unmapped identities for an IdentityNotMappedException exception.

Initializes a new instance of the IdentityNotMappedException class.

public IdentityNotMappedException(string message)

Initializes a new instance of the IdentityNotMappedException class by using the specified error message.

public IdentityNotMappedException(string message, Exception inner)

Initializes a new instance of the IdentityNotMappedException class by using the specified error message and inner exception.