C# Class DIGNDB.APP.SmitteStop.API.Exceptions.GitHubControllerServerErrorException

Inheritance: Exception
Show file Open project: folkehelseinstituttet/Fhi.Smittestopp.Backend

Public Methods

Method Description
GitHubControllerServerErrorException ( string message ) : System
GitHubControllerServerErrorException ( string message, Exception e ) : System

Method Details

GitHubControllerServerErrorException() public method

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

GitHubControllerServerErrorException() public method

public GitHubControllerServerErrorException ( string message, Exception e ) : System
message string
e Exception
return System