Click or drag to resize

ValueNotSetException Class

Exception thrown when an attempt is made to read a value that has not yet been set.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsHelperException
      ASCOM.Utilities.ExceptionsValueNotSetException

Namespace:  ASCOM.Utilities.Exceptions
Assembly:  ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
[SerializableAttribute]
public class ValueNotSetException : HelperException
Constructors
  NameDescription
Public methodValueNotSetException(String)
Create a new exception with message
Public methodValueNotSetException(SerializationInfo, StreamingContext)
Serialise the exception
Public methodValueNotSetException(String, Exception)
Create a new exception with message
Top
Remarks