Class HarpException
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.
public HarpException()
HarpException(HarpMessage)
Initializes a new instance of the HarpException with the specified Harp error message contents.
public HarpException(HarpMessage message)
Parameters
message
HarpMessageThe Harp message which reported the error.
HarpException(string)
Initializes a new instance of the HarpException class with a specified error message.
public HarpException(string message)
Parameters
message
stringThe message that describes the error.
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.
public HarpException(string message, Exception innerException)