InvalidOperationException(String) Constructor

Initializes a new instance of the InvalidOperationException class with a non-default error message.

Definition

Namespace: ASCOM
Assembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (7.0.9999.9999)
C#
public InvalidOperationException(
	string message
)

Parameters

message  String
A descriptive human-readable message.

Version Information

.NET Standard

Supported in: 2.0

See Also