InvalidValueException Class

Exception thrown when an invalid value is passed to a Utilities component

Definition

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

Constructors

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

See Also