NUnit.Framework.Internal.InvalidPlatformException
InvalidPlatformException is thrown when the platform name supplied
to a test is not recognized.
namespace NUnit.Framework.Internal
{
internal class InvalidPlatformException : ArgumentException
{
public InvalidPlatformException();
public InvalidPlatformException(string message);
public InvalidPlatformException(string message, Exception inner);
protected InvalidPlatformException(SerializationInfo info, StreamingContext context);
}
}