Class CodeParserException
- Namespace
- DuetAPI
- Assembly
- DuetAPI.dll
Exception that is thrown when a G/M/T-code could not be parsed
public class CodeParserException : Exception, ISerializable
- Inheritance
-
CodeParserException
- Implements
- Inherited Members
Constructors
CodeParserException()
Creates a new CodeParserException
public CodeParserException()
CodeParserException(string)
Creates a new CodeParserException
public CodeParserException(string message)
Parameters
messagestringException message
CodeParserException(string, Code)
Creates a new CodeParserException with details where the parser failed to read data
public CodeParserException(string message, Code code)
Parameters
CodeParserException(string, Exception)
Creates a new CodeParserException
public CodeParserException(string message, Exception inner)
Parameters
Properties
Code
Code causing the error
public Code? Code { get; }