Class MissingParameterException
- Namespace
- DuetAPI
- Assembly
- DuetAPI.dll
Exception to be called when a parameter is required but not found
public class MissingParameterException : ArgumentException, ISerializable
- Inheritance
-
MissingParameterException
- Implements
- Inherited Members
Constructors
MissingParameterException(char)
Exception to be called when a parameter is required but not found
public MissingParameterException(char letter)
Parameters
lettercharLetter of the parameter that could not be found
Properties
Letter
Letter that was not found
public char Letter { get; }