C# 클래스 WhatsAppApi.Helper.IncompleteMessageException

상속: System.Exception
파일 보기 프로젝트 열기: rquiroz/WhatsAPINet 1 사용 예제들

공개 메소드들

메소드 설명
IncompleteMessageException ( string message, int code ) : System
getInput ( ) : string
setInput ( string input ) : void

메소드 상세

IncompleteMessageException() 공개 메소드

public IncompleteMessageException ( string message, int code ) : System
message string
code int
리턴 System

getInput() 공개 메소드

public getInput ( ) : string
리턴 string

setInput() 공개 메소드

public setInput ( string input ) : void
input string
리턴 void