Name

ThreadExceptionEventArgs

Synopsis

This class represents the event arguments passed to a ThreadExceptionEventHandler. Exception contains the exception raised.

Public Class ThreadExceptionEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New( ByVal t As Exception) 
' Public Instance Properties
   Public ReadOnly Property Exception As Exception  
End Class

Hierarchy

System.ObjectSystem.EventArgs ThreadExceptionEventArgs

Passed To

ThreadExceptionEventHandler.{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.