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

Inheritance: Exception
Afficher le fichier Open project: tothcs1105/Rosbridge.NET

Méthodes publiques

Méthode Description
SocketException ( ) : System
SocketException ( string message ) : System
SocketException ( string message, Exception innerException ) : System

Method Details

SocketException() public méthode

public SocketException ( ) : System
Résultat System

SocketException() public méthode

public SocketException ( string message ) : System
message string
Résultat System

SocketException() public méthode

public SocketException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System