C# Class System.Security.Principal.IdentityNotMappedException

Inheritance: System.SystemException
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method 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

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

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo SerializationInfo
streamingContext StreamingContext
return void

IdentityNotMappedException() public method

public IdentityNotMappedException ( ) : System.Runtime.Serialization
return System.Runtime.Serialization

IdentityNotMappedException() public method

public IdentityNotMappedException ( String message, Exception inner ) : System.Runtime.Serialization
message String
inner System.Exception
return System.Runtime.Serialization

IdentityNotMappedException() public method

public IdentityNotMappedException ( string message ) : System.Runtime.Serialization
message string
return System.Runtime.Serialization