C# 클래스 NMaier.SimpleDlna.Utilities.RepositoryLookupException

상속: System.ArgumentException
파일 보기 프로젝트 열기: nmaier/simpleDLNA

공개 메소드들

메소드 설명
RepositoryLookupException ( ) : System
RepositoryLookupException ( string key ) : System
RepositoryLookupException ( string message, Exception inner ) : System

비공개 메소드들

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

메소드 상세

RepositoryLookupException() 공개 메소드

public RepositoryLookupException ( ) : System
리턴 System

RepositoryLookupException() 공개 메소드

public RepositoryLookupException ( string key ) : System
key string
리턴 System

RepositoryLookupException() 공개 메소드

public RepositoryLookupException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System