Click or drag to resize
LookupFailedException Constructor
doogal.co.uk Home



Initializes a new instance of the LookupFailedException class.

Namespace: Spotify
Assembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
public LookupFailedException(
	string message
)

Parameters

message
Type: SystemString
The exception message.
See Also