Table of Contents

Class ArduinoUploaderException

Namespace
ArduinoUploader
Assembly
ArduinoUploader.dll

Exception thrown when error occurs in this library

public class ArduinoUploaderException : Exception, ISerializable
Inheritance
ArduinoUploaderException
Implements
Inherited Members

Constructors

ArduinoUploaderException(string)

Initializes a new instance of the ArduinoUploaderException class.

public ArduinoUploaderException(string message)

Parameters

message string

The message that describes the error.

See Also