C# 클래스 Pingpp.Exception.PingppException

상속: System.ApplicationException
파일 보기 프로젝트 열기: PingPlusPlus/pingpp-csharp

공개 메소드들

메소드 설명
PingppException ( ) : System
PingppException ( Error pingppError, HttpStatusCode httpStatusCode, string type = null, string message = null ) : System
PingppException ( string message ) : System

메소드 상세

PingppException() 공개 메소드

public PingppException ( ) : System
리턴 System

PingppException() 공개 메소드

public PingppException ( Error pingppError, HttpStatusCode httpStatusCode, string type = null, string message = null ) : System
pingppError Error
httpStatusCode HttpStatusCode
type string
message string
리턴 System

PingppException() 공개 메소드

public PingppException ( string message ) : System
message string
리턴 System