C# 클래스 Zetbox.API.Common.UnresolvablePrincipalException

상속: System.Exception
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
UnresolvablePrincipalException ( ) : System
UnresolvablePrincipalException ( string userName ) : System
UnresolvablePrincipalException ( string userName, Exception inner ) : System

보호된 메소드들

메소드 설명
UnresolvablePrincipalException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

UnresolvablePrincipalException() 공개 메소드

public UnresolvablePrincipalException ( ) : System
리턴 System

UnresolvablePrincipalException() 보호된 메소드

protected UnresolvablePrincipalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

UnresolvablePrincipalException() 공개 메소드

public UnresolvablePrincipalException ( string userName ) : System
userName string
리턴 System

UnresolvablePrincipalException() 공개 메소드

public UnresolvablePrincipalException ( string userName, Exception inner ) : System
userName string
inner System.Exception
리턴 System