C# Class IncompleteMessageException, whatsapp-desktop-client

Inheritance: Exception
Datei anzeigen Open project: sambulosenda/whatsapp-desktop-client Class Usage Examples

Public Methods

Method Description
IncompleteMessageException ( string message, int code ) : System
getInput ( ) : byte[]
setInput ( byte 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 ( ) : byte[]
return byte[]

setInput() public method

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