C# Class WhatsAppApi.Helper.IncompleteMessageException

Inheritance: System.Exception
Afficher le fichier Open project: rquiroz/WhatsAPINet Class Usage Examples

Méthodes publiques

Méthode Description
IncompleteMessageException ( string message, int code ) : System
getInput ( ) : string
setInput ( string input ) : void

Method Details

IncompleteMessageException() public méthode

public IncompleteMessageException ( string message, int code ) : System
message string
code int
Résultat System

getInput() public méthode

public getInput ( ) : string
Résultat string

setInput() public méthode

public setInput ( string input ) : void
input string
Résultat void