Microsoft SDK for Java

ThreadExceptionEventHandler Delegate

Invokes the handler method for the event that has occurred.

package com.ms.wfc.app

public multicast delegate
void ThreadExceptionEventHandler( Object
sender, ThreadExceptionEvent e );

Remarks

The syntax of the ThreadExceptionEventHandler delegate specifies the signature for the event handler, where sender is the source of the event and e is a ThreadExceptionEvent object that provides information about the event.

See Also   addOnThreadException, ThreadExceptionEvent

© 1999 Microsoft Corporation. All rights reserved. Terms of use.