<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.TimeZoneNotFoundException
namespace System
{
public class TimeZoneNotFoundException :
Exception
{
public TimeZoneNotFoundException();
protected TimeZoneNotFoundException(
SerializationInfo info,
StreamingContext context);
public TimeZoneNotFoundException(
string message);
public TimeZoneNotFoundException(
string message,
Exception innerException);
}
}