C# Class Pingpp.Exception.PingppException

Inheritance: System.ApplicationException
Show file Open project: PingPlusPlus/pingpp-csharp

Public Methods

Method Description
PingppException ( ) : System
PingppException ( Error pingppError, HttpStatusCode httpStatusCode, string type = null, string message = null ) : System
PingppException ( string message ) : System

Method Details

PingppException() public method

public PingppException ( ) : System
return System

PingppException() public method

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

PingppException() public method

public PingppException ( string message ) : System
message string
return System