Table of Contents

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

letter char

Letter of the parameter that could not be found

Properties

Letter

Letter that was not found

public char Letter { get; }

Property Value

char