Class MissingParameterException
Exception to be called when a parameter is required but not found
Implements
Inherited Members
Namespace: DuetAPI
Assembly: DuetAPI.dll
Syntax
public class MissingParameterException : ArgumentException, ISerializable
Constructors
MissingParameterException(char)
Constructor of this exception
Declaration
public MissingParameterException(char letter)
Parameters
Type | Name | Description |
---|---|---|
char | letter | Letter of the parameter that could not be found |
Properties
Letter
Letter that was not found
Declaration
public char Letter { get; }
Property Value
Type | Description |
---|---|
char |