NoMicrophoneConnectedException Constructor (String, Exception)
Initializes a new instance of the NoMicrophoneConnectedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
public NoMicrophoneConnectedException (
string message,
Exception inner
)
public:
NoMicrophoneConnectedException(
String message,
Exception inner
)
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. - inner
Type: Exception
Exception that is the cause of the current exception. If innerException is not null, the current exception is raised in a catch block that handles the inner exception.
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