IncompleteInitialization
(Microsoft.VisualBasic.CompilerServices.IncompleteInitialization)
Inherits:
System.Exception
Interfaces:
ISerializable, _Exception
Derived Types:
0
Assembly:
Microsoft.VisualBasic.dll
The Visual Basic compiler uses this class during static local initialization; it is not meant to be called directly from your code. An exception of this type is thrown if a static local variable fails to initialize.
VB.NET
C#
|
VB.NET
Public NotInheritable Class IncompleteInitialization
Inherits System.Exception
Implements System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
End Class
Articles