C# Class ConnectionException, whatsapp-desktop-client

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

Public Methods

Method Description
ConnectionException ( ) : System
ConnectionException ( string message ) : System
ConnectionException ( string message, Exception innerException ) : System

Method Details

ConnectionException() public method

public ConnectionException ( ) : System
return System

ConnectionException() public method

public ConnectionException ( string message ) : System
message string
return System

ConnectionException() public method

public ConnectionException ( string message, Exception innerException ) : System
message string
innerException Exception
return System