PowerTCP Emulation for .NET
Error Event (Vt)




Raised when there is an exception while reading from, or writing to, the Stream passed to SetStream(Stream).
Syntax
Public Event Error As EventHandler(Of ErrorEventArgs)
Dim instance As Vt
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
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic