OperationCancelledException(String, Exception) Constructor

Initializes a new instance of the OperationCancelledException class with a provided message and inner exception

Definition

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

Parameters

message  String
Exception description
inner  Exception
Underlying exception that caused this exception to be thrown.

Version Information

.NET Standard

Supported in: 2.0

See Also