NotConnectedException(Exception) Constructor |
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (7.0.9999.9999)
Syntaxpublic NotConnectedException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
Parameters
- innerException Exception
- The inner exception.
See Also