NoMicrophoneConnectedException Constructor (String)
Initializes a new instance of the NoMicrophoneConnectedException class with a specified error message.
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public NoMicrophoneConnectedException (
string message
)
public:
NoMicrophoneConnectedException(
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.
Requirements
Namespace: Microsoft.Xna.Framework.Audio
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
NoMicrophoneConnectedException Class
NoMicrophoneConnectedException Members
Microsoft.Xna.Framework.Audio Namespace
Platforms
Windows Phone