Telnet Object : Error Event |
Visual Basic |
---|
Public Event Error( _ ByVal Number As ErrorConstants, _ ByVal Description As String _ ) |
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.