C# Класс ThoughtWorksMingleLib.MingleWebException

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

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

Метод Описание
MingleWebException ( ) : System

Constructs a new MingleWebException

MingleWebException ( string message ) : System

Constructs a new MingleWebException

MingleWebException ( string message, Exception inner ) : System

Constructs a new MingleWebException

Описание методов

MingleWebException() публичный Метод

Constructs a new MingleWebException
public MingleWebException ( ) : System
Результат System

MingleWebException() публичный Метод

Constructs a new MingleWebException
public MingleWebException ( string message ) : System
message string
Результат System

MingleWebException() публичный Метод

Constructs a new MingleWebException
public MingleWebException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System