PowerTCP Emulation for .NET CF
Error Event
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : Error Event




Raised when there is an exception while reading from, or writing to, the Stream passed to SetStream(Stream).

Syntax

Visual Basic (Declaration) 
Public Event Error As ErrorEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim handler As ErrorEventHandler
 
AddHandler instance.Error, handler
C# 
public event ErrorEventHandler Error
Managed Extensions for C++ 
public: __event ErrorEventHandler* Error
C++/CLI 
public:
event ErrorEventHandler^ Error

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.