The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality
System.Object
. System.Exception
. . System.SystemException
. . . System.NotSupportedException
. . . . System.PlatformNotSupportedException
NotSupportedException is also thrown by System.IO classes whenever there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
http://msdn.microsoft.com/en-us/library/system.notsupportedexception(v=vs.110).aspx