3 references to UnhandledExceptionEventArgs
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (3)
48
Public Delegate Sub UnhandledExceptionEventHandler(sender As Object, e As
UnhandledExceptionEventArgs
)
403
RaiseEvent(sender As Object, e As
UnhandledExceptionEventArgs
)
961
Protected Overridable Function OnUnhandledException(e As
UnhandledExceptionEventArgs
) As Boolean