Name

UnhandledExceptionEventArgs

Synopsis

This class is passed as an argument to an UnhandledExceptionEventHandler event handler. Its IsTerminating property specifies whether the CLR is in the process of shutting down.

Public Class UnhandledExceptionEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New(ByVal exception As Object, 
        ByVal isTerminating As Boolean) 
' Public Instance Properties
   Public ReadOnly Property ExceptionObject As Object  
   Public ReadOnly Property IsTerminating As Boolean  
End Class

Hierarchy

ObjectEventArgs UnhandledExceptionEventArgs

Passed To

UnhandledExceptionEventHandler.{BeginInvoke(), Invoke()}

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.