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

Inheritance: ApplicationException
Show file Open project: SkillsFundingAgency/CalculateFunding-Common

Public Methods

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

Protected Methods

Method Description
MissingBearerTokenException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MissingBearerTokenException() public method

public MissingBearerTokenException ( ) : System
return System

MissingBearerTokenException() protected method

protected MissingBearerTokenException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

MissingBearerTokenException() public method

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

MissingBearerTokenException() public method

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