PowerTCP Mail 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
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 Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic