Click or drag to resize

ParkedException(Exception) Constructor

Initializes a new instance of the ParkedException class with a caught (inner) exception.

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public ParkedException(
	Exception inner
)

Parameters

inner  Exception
The inner.
See Also