C# Class GHIElectronics.UAP.Gadgeteer.SocketInterfaceCreationException

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

Public Methods

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

Method Details

SocketInterfaceCreationException() public method

public SocketInterfaceCreationException ( ) : System
return System

SocketInterfaceCreationException() public method

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

SocketInterfaceCreationException() public method

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