Share via


InstancePlayLimitException Constructor (String)

Initializes a new instance of the InstancePlayLimitException class with a specified error message.

Syntax

'Declaration
Public Sub New ( _
         message As String _
)
public InstancePlayLimitException (
         string message
)
public:
InstancePlayLimitException(
         String message
)

Parameters

  • message
    Type: String
    A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.

Remarks

The Message property of the new instance is initialized to message.

The InnerException property of the new instance is initialized to null.

Requirements

Namespace: Microsoft.Xna.Framework.Audio

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

See Also

Reference

InstancePlayLimitException Class
InstancePlayLimitException Members
Microsoft.Xna.Framework.Audio Namespace

Platforms

Windows Phone