Initializes a new instance of the LookupFailedException class.
Namespace:
SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
| C# |
|---|
public LookupFailedException( string message ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String _ ) |
| Visual C++ |
|---|
public: LookupFailedException( String^ message ) |
Parameters
- message
- Type: System..::.String
The exception message.