InstancePlayLimitException Class

The exception that is thrown when there is an attempt to play more than the platform specific maximum SoundEffectInstance sounds concurrently.

[SerializableAttribute]
public ref class InstancePlayLimitException sealed : public ExternalException

Windows Phone has a limit of 64 sounds playing simultaneously. InstancePlayLimitException is thrown if this limit is exceeded. Paused or stopped SoundEffectInstance objects do not count against this limit.

Namespace: Microsoft.Xna.Framework.Audio
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

Windows Phone

Community Additions

ADD
Show: