C# Класс 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.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
SpotifyMalformedAuthenticationTicketException ( string message ) : System

Initializes a new instance of the SpotifyMalformedAuthenticationTicketException class.

Описание методов

SpotifyMalformedAuthenticationTicketException() публичный Метод

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.
Результат System