Click or drag to resize

SlavedException(Exception) Constructor

Initializes a new instance of the SlavedException 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 SlavedException(
	Exception inner
)

Parameters

inner  Exception
Inner exception
See Also