SoundPlayer Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the SoundPlayer class, and attaches the specified .wav file.
Assembly: System (in System.dll)
Parameters
- soundLocation
-
Type:
System::String^
The location of a .wav file to load.
| Exception | Condition |
|---|---|
| UriFormatException | The URL value specified by soundLocation cannot be resolved. |
The string passed to the soundLocation parameter can be either a file path or a URL to a .wav file. If the path or URL is not valid, the SoundPlayer will still be constructed, but subsequent calls to a load or play method will fail.
.NET Framework
Available since 2.0
Available since 2.0
Show: