C# Class WhatsAppApi.Helper.IncompleteMessageException

Inheritance: System.Exception
Show file Open project: rquiroz/WhatsAPINet Class Usage Examples

Public Methods

Method Description
IncompleteMessageException ( string message, int code ) : System
getInput ( ) : string
setInput ( string input ) : void

Method Details

IncompleteMessageException() public method

public IncompleteMessageException ( string message, int code ) : System
message string
code int
return System

getInput() public method

public getInput ( ) : string
return string

setInput() public method

public setInput ( string input ) : void
input string
return void