August 2003
Intermediate to advanced
928 pages
32h 1m
English
PlatformNotSupportedException
This exception signals an attempt to
access a class or member that is not
available on the current platform. For example, many properties from
System.Diagnostics.Process are not available on
Windows 95, 98, or ME.
public class PlatformNotSupportedException : NotSupportedException { // Public Constructors public PlatformNotSupportedException( ); public PlatformNotSupportedException(stringmessage); public PlatformNotSupportedException(stringmessage, Exceptioninner); // Protected Constructors protected PlatformNotSupportedException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
NotSupportedException
→
PlatformNotSupportedException