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