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: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
[SerializableAttribute]
public class InvalidValueException : HelperException
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
Remarks