C# Class Kippt.KipptException

Handles Kippt api exceptions.
Inheritance: System.Exception
Afficher le fichier Open project: Haythem/Kippt.NET

Méthodes publiques

Méthode Description
KipptException ( ) : System

Initializes a new instance of the KipptException class.

KipptException ( string message ) : System

Initializes a new instance of the KipptException class.

Method Details

KipptException() public méthode

Initializes a new instance of the KipptException class.
public KipptException ( ) : System
Résultat System

KipptException() public méthode

Initializes a new instance of the KipptException class.
public KipptException ( string message ) : System
message string Exception message.
Résultat System