PowerTCP SSH and SFTP for .NET
Error Event




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

Reference

ComponentBase Class
ComponentBase Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic