Contents Index Topic Contents | ||
Previous Topic: OnBeginEnumeration Event Next Topic: OnChannelProperty Event |
OnChannelError Event
Fires when an asynchronous error related to a channel occurs.
Syntax
object_OnChannelError(Channel, ErrorCode, Description)
Parameters
object Required. An object expression that evaluates to an MsChatPr control. Channel Required. An object expression that evaluates to a Channel object. ErrorCode Required. A long integer value that indicates the channel error code. Description Required. A string expression that contains the description of the error. See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.