C# Class FellowshipOne.API.Exceptions.ApiAccessException

Inheritance: BaseException
Afficher le fichier Open project: fellowshiptech/fellowshiponeapi-csharp-wrapper

Méthodes publiques

Méthode Description
ApiAccessException ( ) : System
ApiAccessException ( string message ) : System
ApiAccessException ( string message, Exception inner ) : System

Method Details

ApiAccessException() public méthode

public ApiAccessException ( ) : System
Résultat System

ApiAccessException() public méthode

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

ApiAccessException() public méthode

public ApiAccessException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System