C# Class RosbridgeNet.RosbridgeClient.ProtocolV2.Exceptions.SocketException

Inheritance: Exception
显示文件 Open project: tothcs1105/Rosbridge.NET

Public Methods

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

Method Details

SocketException() public method

public SocketException ( ) : System
return System

SocketException() public method

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

SocketException() public method

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