Click or drag to resize

InvalidValueException Class

Exception thrown when an invalid value is passed to a Utilities component
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsHelperException
      ASCOM.Utilities.ExceptionsInvalidValueException

Namespace: ASCOM.Utilities.Exceptions
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
[SerializableAttribute]
public class InvalidValueException : HelperException

The InvalidValueException type exposes the following members.

Constructors
 NameDescription
Public methodInvalidValueException(String) Create a new exception with message
Public methodInvalidValueException(SerializationInfo, StreamingContext) Serialise the exception
Public methodInvalidValueException(String, Exception) Create a new exception with message
Top
See Also