Click or drag to resize

DriverException(String) Constructor

Initializes a new instance of the DriverException class with a human-readable descriptive message.

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 7.0.0-rc.0+0
Syntax
public DriverException(
	string message
)

Parameters

message  String
The human-readable description of the problem.
See Also