PowerTCP Sockets for .NET
OnError Method




Syntax
'Declaration
 
Protected Overridable Sub OnError( _
   ByVal e As ErrorEventArgs _
) 
'Usage
 
Dim instance As ComponentBase
Dim e As ErrorEventArgs
 
instance.OnError(e)
protected virtual void OnError( 
   ErrorEventArgs e
)
protected: virtual void OnError( 
   ErrorEventArgs* e
) 
protected:
virtual void OnError( 
   ErrorEventArgs^ e
) 

Parameters

e
See Also

Reference

ComponentBase Class
ComponentBase Members


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