ParkedException(Exception) Constructor |
Initializes a new instance of the
ParkedException class
with a caught (inner) exception.
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic ParkedException(
Exception inner
)
Public Sub New (
inner As Exception
)
public:
ParkedException(
Exception^ inner
)
Parameters
- inner Exception
- The inner.
See Also