How to get filename and line number info?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Is there any way to get filename and line number info from your source
code (analogous to __LINE__, i.e. for log messages) in CF? Looks like
System.Diagnostics.Trace will do this in .NET Framework, but that's not
supported in CF.

Thanks,
Mike
 
Back
Top