Closed GoogleCodeExporter closed 8 years ago
I understand what you're saying and appreciate the desire to avoid dealing with
Win32Exceptions. However, the general design philosophy of Cassia has been to
filter the underlying API behavior as little as possible, except where
necessary to provide consistent functionality across different Windows
versions. The behavior of ITerminalServicesSession.ApplicationName is
consistent across all versions of Windows, as far as I know, so I'm not
planning to change the implementation of
ITerminalServicesSession.ApplicationName. You could work around that by adding
an extension method if you like -- maybe something like
ITerminalServicesSession.SafeApplicationName().
Original comment by danports
on 2 Nov 2012 at 6:47
Original issue reported on code.google.com by
jay3...@gmail.com
on 2 Nov 2012 at 5:21