S
samueltilden
When I catch a System.FormatException, the most information it gives
me is:
"The string was not recognized as a valid DateTime."
What is "the string" (i.e., its value)?
How can I find out, programmatically within the catch block, what the
actual value of the string is?
P.S. I've tried to dump out the MethodBase TargetSite of the exception
but did not (yet) find the data causing the exception.
Thanks.
me is:
"The string was not recognized as a valid DateTime."
What is "the string" (i.e., its value)?
How can I find out, programmatically within the catch block, what the
actual value of the string is?
P.S. I've tried to dump out the MethodBase TargetSite of the exception
but did not (yet) find the data causing the exception.
Thanks.