C# Class Bangumi.Api.Exceptions.BgmTokenRefreshedException

Inheritance: Exception
Datei anzeigen Open project: Teachoc/Bangumi

Public Methods

Method Description
BgmTokenRefreshedException ( ) : System
BgmTokenRefreshedException ( string message ) : System
BgmTokenRefreshedException ( string message, Exception innerException ) : System

Method Details

BgmTokenRefreshedException() public method

public BgmTokenRefreshedException ( ) : System
return System

BgmTokenRefreshedException() public method

public BgmTokenRefreshedException ( string message ) : System
message string
return System

BgmTokenRefreshedException() public method

public BgmTokenRefreshedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System