Share via


ExceptionEventHandler Delegate

Represents the method that will handle the Exception event.

Namespace CrystalDecisions.Windows.Forms Assembly CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Delegate ExceptionEventHandler
    Inherits MulticastDelegate
    Implements ICloneable, ISerializable
[SerializableAttribute]
public sealed delegate ExceptionEventHandler : MulticastDelegate, ICloneable, ISerializable

Inheritance Hierarchy

Object
   Delegate
      MulticastDelegate
         ExceptionEventHandler

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Windows.Forms Namespace