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: 7.1.3+4851.c5da65c2b
C#
public OperationCancelledException(
	string message,
	Exception inner
)

Parameters

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

See Also