PlatformNotSupportedException Constructor
.NET Framework 2.0
Initializes a new instance of the PlatformNotSupportedException class.
| Name | Description |
|---|---|
| PlatformNotSupportedException () | Initializes a new instance of the PlatformNotSupportedException class with default properties. Supported by the .NET Compact Framework. |
| PlatformNotSupportedException (String) | Initializes a new instance of the PlatformNotSupportedException class with a specified error message. Supported by the .NET Compact Framework. |
| PlatformNotSupportedException (SerializationInfo, StreamingContext) | Initializes a new instance of the PlatformNotSupportedException class with serialized data. |
| PlatformNotSupportedException (String, Exception) | Initializes a new instance of the PlatformNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception. Supported by the .NET Compact Framework. |