C# Класс RadioDld.DownloadException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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