C# Class System.Security.Principal.IdentityNotMappedException

Inheritance: System.SystemException
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
IdentityNotMappedException ( ) : System.Runtime.Serialization
IdentityNotMappedException ( String message, Exception inner ) : System.Runtime.Serialization
IdentityNotMappedException ( string message ) : System.Runtime.Serialization

Private Methods

Méthode Description
IdentityNotMappedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
IdentityNotMappedException ( string message, IdentityReferenceCollection unmappedIdentities ) : System.Runtime.Serialization

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo SerializationInfo
streamingContext StreamingContext
Résultat void

IdentityNotMappedException() public méthode

public IdentityNotMappedException ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization

IdentityNotMappedException() public méthode

public IdentityNotMappedException ( String message, Exception inner ) : System.Runtime.Serialization
message String
inner System.Exception
Résultat System.Runtime.Serialization

IdentityNotMappedException() public méthode

public IdentityNotMappedException ( string message ) : System.Runtime.Serialization
message string
Résultat System.Runtime.Serialization