C# Class ThoughtWorksMingleLib.MingleWebException

A wrapper for WebException
Inheritance: System.Net.WebException
Afficher le fichier Open project: ThoughtWorksStudios/mingle.net

Méthodes publiques

Méthode 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 méthode

Constructs a new MingleWebException
public MingleWebException ( ) : System
Résultat System

MingleWebException() public méthode

Constructs a new MingleWebException
public MingleWebException ( string message ) : System
message string
Résultat System

MingleWebException() public méthode

Constructs a new MingleWebException
public MingleWebException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System