<PackageReference Include="Microsoft.VisualBasic" Version="10.2.0" />
Microsoft.VisualBasic.CompilerServices.InternalErrorException
namespace Microsoft.
VisualBasic.
CompilerServices
{
public sealed class InternalErrorException :
Exception
{
public InternalErrorException(
string message);
public InternalErrorException(
string message,
Exception innerException);
public InternalErrorException();
}
}