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