System.Security.Principal.IdentityNotMappedException.IdentityNotMappedException C# (CSharp) Method

IdentityNotMappedException() public method

public IdentityNotMappedException ( ) : System.Runtime.Serialization
return System.Runtime.Serialization
        public IdentityNotMappedException()
            : base(SR.IdentityReference_IdentityNotMapped)
        {
        }

Same methods

IdentityNotMappedException::IdentityNotMappedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
IdentityNotMappedException::IdentityNotMappedException ( String message, Exception inner ) : System.Runtime.Serialization
IdentityNotMappedException::IdentityNotMappedException ( string message ) : System.Runtime.Serialization
IdentityNotMappedException::IdentityNotMappedException ( string message, IdentityReferenceCollection unmappedIdentities ) : System.Runtime.Serialization