Home
last modified time | relevance | path

Searched refs:Async_OperationCancelled (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/src/System/ComponentModel/
H A DAsyncCompletedEvent.cs29 throw new InvalidOperationException(SR.Async_OperationCancelled); in RaiseExceptionIfNecessary()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DAsyncCompletedEventArgs.cs64 throw new InvalidOperationException(SR.GetString(SR.Async_OperationCancelled)); in RaiseExceptionIfNecessary()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1360 public const string Async_OperationCancelled = "Operation has been cancelled."; field in SR