C# Class CalculateFunding.Common.ApiClient.Bearer.MissingBearerTokenException

Inheritance: ApplicationException
Afficher le fichier Open project: SkillsFundingAgency/CalculateFunding-Common

Méthodes publiques

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

Méthodes protégées

Méthode Description
MissingBearerTokenException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MissingBearerTokenException() public méthode

public MissingBearerTokenException ( ) : System
Résultat System

MissingBearerTokenException() protected méthode

protected MissingBearerTokenException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

MissingBearerTokenException() public méthode

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

MissingBearerTokenException() public méthode

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