Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Principal.​IdentityNotMappedException
Assembly: System.Security.Principal.Windows
Inheritance: object → Exception → SystemException → IdentityNotMappedException
Implemented Interfaces
Represents an exception for a principal whose identity could not be mapped to a known identity.
Properties
public
IdentityReferenceCollection
UnmappedIdentities
Represents the collection of unmapped identities for an <see cref="T:System.Security.Principal.IdentityNotMappedException" /> exception.
Data
public
string
HelpLink
public
int
HResult
public
Exception
InnerException
public
string
Message
public
string
Source
public
string
StackTrace
TargetSite
Methods
public
void
GetObjectData​(Runtime.​Serialization.​SerializationInfo serializationInfo,
Runtime.​Serialization.​StreamingContext streamingContext)
Gets serialization information with the data needed to create an instance of this <see cref="T:System.Security.Principal.IdentityNotMappedException" /> object.
serializationInfo
The object that holds the serialized object data about the exception being thrown.
streamingContext
The object that contains contextual information about the source or destination.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object