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