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