C# Class FluentSpotifyApi.AuthorizationFlows.Core.Exceptions.SpotifyMalformedAuthenticationTicketException

The exception that is thrown when one of the Spotify User Authorization Flow is used and stored authentication ticket is not valid.
Inheritance: Exception
Show file Open project: dotnetfan/FluentSpotifyApi

Public Methods

Method Description
SpotifyMalformedAuthenticationTicketException ( string message ) : System

Initializes a new instance of the SpotifyMalformedAuthenticationTicketException class.

Method Details

SpotifyMalformedAuthenticationTicketException() public method

Initializes a new instance of the SpotifyMalformedAuthenticationTicketException class.
public SpotifyMalformedAuthenticationTicketException ( string message ) : System
message string The error message that explains the reason for the exception.
return System