C# 클래스 System.Security.Principal.IdentityNotMappedException

상속: System.SystemException
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
IdentityNotMappedException ( ) : System.Runtime.Serialization
IdentityNotMappedException ( String message, Exception inner ) : System.Runtime.Serialization
IdentityNotMappedException ( string message ) : System.Runtime.Serialization

비공개 메소드들

메소드 설명
IdentityNotMappedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
IdentityNotMappedException ( string message, IdentityReferenceCollection unmappedIdentities ) : System.Runtime.Serialization

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
serializationInfo SerializationInfo
streamingContext StreamingContext
리턴 void

IdentityNotMappedException() 공개 메소드

public IdentityNotMappedException ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

IdentityNotMappedException() 공개 메소드

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

IdentityNotMappedException() 공개 메소드

public IdentityNotMappedException ( string message ) : System.Runtime.Serialization
message string
리턴 System.Runtime.Serialization