C# Class GHIElectronics.UAP.Gadgeteer.UnsupportedSocketTypeException

Inheritance: System.Exception
Mostrar archivo Open project: amykatenicho/IoTWorkshop

Public Methods

Method Description
UnsupportedSocketTypeException ( ) : System
UnsupportedSocketTypeException ( string message ) : System
UnsupportedSocketTypeException ( string message, Exception inner ) : System

Method Details

UnsupportedSocketTypeException() public method

public UnsupportedSocketTypeException ( ) : System
return System

UnsupportedSocketTypeException() public method

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

UnsupportedSocketTypeException() public method

public UnsupportedSocketTypeException ( string message, Exception inner ) : System
message string
inner System.Exception
return System