C# Class OpenCNCPilot.GCode.ParseException

Inheritance: System.Exception
Mostra file Open project: martin2250/OpenCNCPilot

Public Properties

Property Type Description
Error string
Line int

Public Methods

Method Description
ParseException ( string error, int line ) : System

Method Details

ParseException() public method

public ParseException ( string error, int line ) : System
error string
line int
return System

Property Details

Error public_oe property

public string Error
return string

Line public_oe property

public int Line
return int