The System.Diagnostics namespace (and GetFrame(int frameNumber) in particular) is not available in CF. How do I get call information when working on CE (6.0 R3)?
System.Diagnostics
GetFrame(int frameNumber)
Thanks!
If you throw an exception, you can look at the column in the exception by analyzing the call string. There really aren't any cleaner alternatives.
Source: https://habr.com/ru/post/1301813/More articles:How to draw a shadow on a transparent rectangle? - wpfIs WPF a safe choice for my application? - windowsGood lambda expression or best way to reduce for each loop - c #wpf window halo problem when resizing to two screens - resizeMigrating from ColdFusion to ASP.NET - coldfusionGet the first sentence of an article stored in a MySQL table - mysqlHow to remove a timestamp from a file name in Perl? - perlIs it good to have several foreign keys in one table? - sqlHow should you learn ASP.NET after life as a ColdFusion developer? - coldfusionCommunication between browsers through PHP - browserAll Articles