ValueNotSetException Class

Exception thrown when an attempt is made to read a value that has not yet been set.

Definition

Namespace: ASCOM.Utilities.Exceptions
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
[SerializableAttribute]
public class ValueNotSetException : HelperException
Inheritance
Object    Exception    HelperException    ValueNotSetException

Constructors

ValueNotSetException(String) Create a new exception with message
ValueNotSetException(SerializationInfo, StreamingContext) Serialise the exception
ValueNotSetException(String, Exception) Create a new exception with message

See Also