C# Class RadioDld.DownloadException

Inheritance: System.Exception
Mostrar archivo Open project: ribbons/RadioDownloader

Public Methods

Method Description
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

Private Methods

Method Description
DownloadException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

DownloadException() public method

public DownloadException ( ) : System
return System

DownloadException() public method

public DownloadException ( ErrorType type ) : System
type ErrorType
return System

DownloadException() public method

public DownloadException ( ErrorType type, string message ) : System
type ErrorType
message string
return System

DownloadException() public method

public DownloadException ( string message ) : System
message string
return System

DownloadException() public method

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

DownloadException() public method

public DownloadException ( string message, string details ) : System
message string
details string
return System