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