C# 클래스 RadioDld.DownloadException

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

공개 메소드들

메소드 설명
DownloadException ( ) : System
DownloadException ( ErrorType type ) : System
DownloadException ( ErrorType type, string message ) : System
DownloadException ( string message ) : System
DownloadException ( string message, Exception innerException ) : System
DownloadException ( string message, string details ) : System

비공개 메소드들

메소드 설명
DownloadException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

DownloadException() 공개 메소드

public DownloadException ( ) : System
리턴 System

DownloadException() 공개 메소드

public DownloadException ( ErrorType type ) : System
type ErrorType
리턴 System

DownloadException() 공개 메소드

public DownloadException ( ErrorType type, string message ) : System
type ErrorType
message string
리턴 System

DownloadException() 공개 메소드

public DownloadException ( string message ) : System
message string
리턴 System

DownloadException() 공개 메소드

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

DownloadException() 공개 메소드

public DownloadException ( string message, string details ) : System
message string
details string
리턴 System