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);
}
}