System.PlatformNotSupportedException
namespace System
{
public class PlatformNotSupportedException :
NotSupportedException
{
public PlatformNotSupportedException();
protected PlatformNotSupportedException(
SerializationInfo info,
StreamingContext context);
public PlatformNotSupportedException(
string message);
public PlatformNotSupportedException(
string message,
Exception inner);
}
}