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
파일 보기 프로젝트 열기: dotnetfan/FluentSpotifyApi

공개 메소드들

메소드 설명
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