OperationCancelledException(String) Constructor

Initializes a new instance of the OperationCancelledException class with a provided message

Definition

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

Parameters

message  String
Exception description

Version Information

Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10

See Also