C# Class JurmanMetrics.FanucSocket.FanucAlreadyConnectedException

Inheritance: FanucException
Datei anzeigen Open project: gregjurman/conduit

Public Methods

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

Protected Methods

Method Description
FanucAlreadyConnectedException ( System info, System context ) : System

Method Details

FanucAlreadyConnectedException() public method

public FanucAlreadyConnectedException ( ) : System
return System

FanucAlreadyConnectedException() protected method

protected FanucAlreadyConnectedException ( System info, System context ) : System
info System
context System
return System

FanucAlreadyConnectedException() public method

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

FanucAlreadyConnectedException() public method

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