SystemSound
Represents a system sound type.
namespace System.Media
{
public class SystemSound
{
internal SystemSound()
{
throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions);
}
public void Play()
{
throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions);
}
}
}