|
Quickstart Class Browser ... Class System.OperationCanceledException
|
|
System :: OperationCanceledException. exceptions/inner exceptions ... changed the line Catch ex As Exception to ...
|
|
Catch ex As System.OperationCanceledException MsgBox("File upload was cancelled") Catch ex As Exception MessageBox.Show("You tried to upload the log file, but it didn't work ...
|
|
An OperationCanceledException is thrown when an operation is made with the UICancelOption Enumeration set to ThrowException and the operation is cancelled.
|
|
An T:System.OperationCanceledException is thrown when an operation is made with the UICancelOption Enumeration set to ThrowException and the operation is cancelled.
|
|
See Also: OperationCanceledException Members. System.Object System.Exception System.SystemException System.OperationCanceledException
|
|
The members of System.OperationCanceledException are listed below. See Also: Inherited members from System.SystemException [ ...
|