Table of Contents

Class HarpException

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents errors that are reported by Harp devices at runtime.

[Serializable]
public sealed class HarpException : Exception, ISerializable, _Exception
Inheritance
HarpException
Implements
Inherited Members

Constructors

HarpException()

Initializes a new instance of the HarpException class.

HarpException(HarpMessage)

Initializes a new instance of the HarpException with the specified Harp error message contents.

HarpException(string)

Initializes a new instance of the HarpException class with a specified error message.

HarpException(string, Exception)

Initializes a new instance of the HarpException class with a specified error message and a reference to the inner exception that is the cause of this exception.