Click or drag to resize

InvalidOperationException(Exception) Constructor

Initializes a new instance of the InvalidOperationException class from another exception.

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

Parameters

innerException  Exception
The inner exception.
See Also