C# 클래스 ThoughtWorksMingleLib.MingleWebException

A wrapper for WebException
상속: System.Net.WebException
파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net

공개 메소드들

메소드 설명
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