PowerTCP FTP for .NET
Error Event



Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start.
Syntax
Public Event Error As EventHandler(Of ErrorEventArgs)
Dim instance As ComponentBase
Dim handler As EventHandler(Of ErrorEventArgs)
 
AddHandler instance.Error, handler
public event EventHandler<ErrorEventArgs> Error
public:
event EventHandler<ErrorEventArgs^>^ Error
Remarks
See the SynchronizingObject property for information on updating UI controls in your event handler.
See Also

Reference

ComponentBase Class
ComponentBase Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic