C# 클래스 Kippt.KipptException

Handles Kippt api exceptions.
상속: System.Exception
파일 보기 프로젝트 열기: Haythem/Kippt.NET

공개 메소드들

메소드 설명
KipptException ( ) : System

Initializes a new instance of the KipptException class.

KipptException ( string message ) : System

Initializes a new instance of the KipptException class.

메소드 상세

KipptException() 공개 메소드

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

KipptException() 공개 메소드

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