C# 클래스 OctoTorrent.Client.ListenerException

상속: TorrentException
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent

공개 메소드들

메소드 설명
ListenerException ( ) : Common.System
ListenerException ( SerializationInfo info, StreamingContext context ) : Common.System
ListenerException ( string message ) : Common.System
ListenerException ( string message, Exception innerException ) : Common.System

메소드 상세

ListenerException() 공개 메소드

public ListenerException ( ) : Common.System
리턴 Common.System

ListenerException() 공개 메소드

public ListenerException ( SerializationInfo info, StreamingContext context ) : Common.System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 Common.System

ListenerException() 공개 메소드

public ListenerException ( string message ) : Common.System
message string
리턴 Common.System

ListenerException() 공개 메소드

public ListenerException ( string message, Exception innerException ) : Common.System
message string
innerException System.Exception
리턴 Common.System