Click or drag to resize

InvalidValueException(String) Constructor

Create a new exception with message

Namespace: ASCOM.Utilities.Exceptions
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public InvalidValueException(
	string message
)

Parameters

message  String
Message to be reported by the exception
See Also