OnError EventOnError Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: OnEnterParticipant Event
*Next Topic: OnExitParticipant Event

OnError Event

Occurs when there is an error in the control. If the display dialog boxes flag (value=512) is set in the UIOption property, the error message is displayed to the user.

Syntax

object_OnError(ErrorCode, Description)

ValueDescription
objectRequired. An object expression that evaluates to a Chat control.
ErrorCodeA short integer value that contains the numeric value of the error code.
DescriptionA BSTR value that contains the error message that is associated with the error code.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.