August 2003
Intermediate to advanced
928 pages
32h 1m
English
NotSupportedException
This exception indicates an
attempt to use an unsupported method.
For example, if you try to seek on a stream that is based on
unidirectional input—for example, a standard input stream from
a console utility such as sort.exe—this
exception could be thrown.
public class NotSupportedException : SystemException { // Public Constructors public NotSupportedException( ); public NotSupportedException(stringmessage); public NotSupportedException(stringmessage, ExceptioninnerException); // Protected Constructors protected NotSupportedException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
NotSupportedException
PlatformNotSupportedException