1 write to Error
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncCompletedEvent.cs (1)
15Error = error;
8 references to Error
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (3)
102If e.Error IsNot Nothing Then 103_exceptionEncounteredDuringFileTransfer = e.Error 105If Not e.Cancelled AndAlso e.Error Is Nothing Then
System.ComponentModel.EventBasedAsync (2)
System\ComponentModel\AsyncCompletedEvent.cs (2)
21if (Error != null) 23throw new TargetInvocationException(SR.Async_ExceptionOccurred, Error);
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
1798if (e.Error != null) tcs.TrySetException(e.Error);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
615if (!e.Cancelled && e.Error is null)