LookupFailedException Constructor |
doogal.co.uk Home
Namespace: SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax public LookupFailedException(
string message
)
Public Sub New (
message As String
)
public:
LookupFailedException(
String^ message
)
new :
message : string -> LookupFailedException
Parameters
- message
- Type: SystemString
The exception message.
See Also