K
kevin cline
Sporadically I am getting an ArgumentOutOfRangeException thrown from a
call
to HttpWebRequest.GetResponse(). The stack trace is:
at System.DateTime.DateToTicks()
at System.DateTime..ctor()
at System.CurrentSystemTimeZone.GetDayOfWeek()
at System.CurrentSystemTimeZone.GetDaylightChanges()
at System.CurrentSystemTimeZone.GetUtcOffsetFromUniversalTime()
at System.CurrentSystemTimeZone.ToLocalTime()
at System.DateTime.ToLocalTime()
at System.DateTime.get_Now()
at System.Net.ServicePointManager.ScavengeOnMainThread()
at System.Net.ServicePointManager.FindServicePoint()
at System.Net.HttpWebRequest.SubmitRequest()
at System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
...
It seems the exception is coming from an internal call to DateTime.Now.
Has anyone else seen this?
call
to HttpWebRequest.GetResponse(). The stack trace is:
at System.DateTime.DateToTicks()
at System.DateTime..ctor()
at System.CurrentSystemTimeZone.GetDayOfWeek()
at System.CurrentSystemTimeZone.GetDaylightChanges()
at System.CurrentSystemTimeZone.GetUtcOffsetFromUniversalTime()
at System.CurrentSystemTimeZone.ToLocalTime()
at System.DateTime.ToLocalTime()
at System.DateTime.get_Now()
at System.Net.ServicePointManager.ScavengeOnMainThread()
at System.Net.ServicePointManager.FindServicePoint()
at System.Net.HttpWebRequest.SubmitRequest()
at System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
...
It seems the exception is coming from an internal call to DateTime.Now.
Has anyone else seen this?