C# Class ThoughtWorksMingleLib.MingleWebException

A wrapper for WebException
Inheritance: System.Net.WebException
Datei anzeigen Open project: ThoughtWorksStudios/mingle.net

Public Methods

Method Description
MingleWebException ( ) : System

Constructs a new MingleWebException

MingleWebException ( string message ) : System

Constructs a new MingleWebException

MingleWebException ( string message, Exception inner ) : System

Constructs a new MingleWebException

Method Details

MingleWebException() public method

Constructs a new MingleWebException
public MingleWebException ( ) : System
return System

MingleWebException() public method

Constructs a new MingleWebException
public MingleWebException ( string message ) : System
message string
return System

MingleWebException() public method

Constructs a new MingleWebException
public MingleWebException ( string message, Exception inner ) : System
message string
inner System.Exception
return System