Name

ReflectionTypeLoadException

Synopsis

This exception is thrown if any of the types from a module cannot be loaded when Module.GetTypes() is called. This exception provides access to the correctly loaded classes via Types.

Public NotInheritable Class ReflectionTypeLoadException : Inherits SystemException
' Public Constructors
   Public Sub New(ByVal classes As Type(), 
        ByVal exceptions As Exception()) 
   Public Sub New(ByVal classes As Type(), 
        ByVal exceptions As Exception(), 
        ByVal message As String) 
' Public Instance Properties
   Public ReadOnly Property LoaderExceptions As Exception()  
   Public ReadOnly Property Types As Type()  
' Public Instance Methods
   Overrides Public Sub GetObjectData(
        ByVal info As System.Runtime.Serialization.SerializationInfo, 
        ByVal context As System.Runtime.Serialization.StreamingContext) 
End Class

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable)System.SystemException ReflectionTypeLoadException

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.