Click or drag to resize

DriverException(String, Exception) Constructor

Initializes a new instance of the DriverException class from another caught exception and a human-readable descriptinve message.

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public DriverException(
	string message,
	Exception innerException
)

Parameters

message  String
The human-readable description of the problem.
innerException  Exception
The caught (inner) exception.
See Also