C# Class Bangumi.Api.Exceptions.BgmTokenRefreshedException

Inheritance: Exception
Afficher le fichier Open project: Teachoc/Bangumi

Méthodes publiques

Méthode Description
BgmTokenRefreshedException ( ) : System
BgmTokenRefreshedException ( string message ) : System
BgmTokenRefreshedException ( string message, Exception innerException ) : System

Method Details

BgmTokenRefreshedException() public méthode

public BgmTokenRefreshedException ( ) : System
Résultat System

BgmTokenRefreshedException() public méthode

public BgmTokenRefreshedException ( string message ) : System
message string
Résultat System

BgmTokenRefreshedException() public méthode

public BgmTokenRefreshedException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System