C# Class JurmanMetrics.FanucSocket.FanucException

Inheritance: System.Exception
Datei anzeigen Open project: gregjurman/conduit

Public Methods

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

Protected Methods

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

Method Details

FanucException() public method

public FanucException ( ) : System
return System

FanucException() protected method

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

FanucException() public method

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

FanucException() public method

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