Name

TargetInvocationException

Synopsis

This exception is thrown by methods invoked via Reflection when they raise exceptions. Check InnerException to view the actual exception raised.

Public NotInheritable Class TargetInvocationException : Inherits ApplicationException
' Public Constructors
   Public Sub New( ByVal inner As Exception) 
   Public Sub New(ByVal message As String, 
        ByVal inner As Exception) 
End Class

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable)System.ApplicationException TargetInvocationException

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.