Name

UnhandledExceptionEventHandler

Synopsis

This delegate specifies the signature for an event handler that responds to the AppDomain.UnhandledException event. This event is triggered by an exception that is not handled by the application domain.

Public Delegate Sub UnhandledExceptionEventHandler(
        ByVal sender As Object, 
        ByVal e As UnhandledExceptionEventArgs) 

Associated Events

AppDomain.UnhandledException()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.