System.Security.Principal.IdentityNotMappedException
namespace System.Security.Principal
{
public sealed class IdentityNotMappedException : Exception
{
public IdentityReferenceCollection UnmappedIdentities { get; }
public IdentityNotMappedException();
public IdentityNotMappedException(string message);
public IdentityNotMappedException(string message, Exception inner);
}
}