Exception when a lookup for an album, artist or track fails to find anything

Namespace:  Spotify
Assembly:  Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)

Collapse imageSyntax

C#
public class LookupFailedException : Exception
Visual Basic (Declaration)
Public Class LookupFailedException _
	Inherits Exception
Visual C++
public ref class LookupFailedException : public Exception

Collapse imageInheritance Hierarchy

System..::.Object
  System..::.Exception
    Spotify..::.LookupFailedException

Collapse imageSee Also