Dart Telnet Control
Error Event
ErrorConstants value.
ErrorConstants description.
Description
Fires when an error condition occurs.
Syntax
Visual Basic
Public Event Error( _
   ByVal Number As ErrorConstants, _
   ByVal Description As String _
)
Parameters
Number
ErrorConstants value.
Description
ErrorConstants description.
Remarks

Some environments, such as IIS Active Server Pages, do not support event handling. In this case the application must rely on blocking and the Error object that is returned to the container when an error condition occurs.

Note  See the appropriate method and property description for a list of errors that may be generated.

See Also

Telnet Object  | Telnet Members


Documentation Version 1.9.3.0
© 2020 Dart Communications. All Rights Reserved.
Send comments on this topic