C# Class Pingpp.Exception.PingppException

Inheritance: System.ApplicationException
Afficher le fichier Open project: PingPlusPlus/pingpp-csharp

Méthodes publiques

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

Method Details

PingppException() public méthode

public PingppException ( ) : System
Résultat System

PingppException() public méthode

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

PingppException() public méthode

public PingppException ( string message ) : System
message string
Résultat System