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
Afficher le fichier Open project: dotnetfan/FluentSpotifyApi

Méthodes publiques

Méthode Description
SpotifyMalformedAuthenticationTicketException ( string message ) : System

Initializes a new instance of the SpotifyMalformedAuthenticationTicketException class.

Method Details

SpotifyMalformedAuthenticationTicketException() public méthode

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.
Résultat System