C# Class Kippt.KipptException

Handles Kippt api exceptions.
Inheritance: System.Exception
Datei anzeigen Open project: Haythem/Kippt.NET

Public Methods

Method 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 method

Initializes a new instance of the KipptException class.
public KipptException ( ) : System
return System

KipptException() public method

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