File: Microsoft\VisualBasic\CompilerServices\IncompleteInitialization.vb | Web Access |
Project: src\src\libraries\Microsoft.VisualBasic.Core\src\Microsoft.VisualBasic.Core.vbproj (Microsoft.VisualBasic.Core) |
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. Namespace Global.Microsoft.VisualBasic.CompilerServices <Global.System.Diagnostics.DebuggerNonUserCode()> <Global.System.ComponentModel.EditorBrowsable(Global.System.ComponentModel.EditorBrowsableState.Never)> Public NotInheritable Class IncompleteInitialization Inherits Global.System.Exception Public Sub New() MyBase.New() End Sub End Class End Namespace |