C# Class FellowshipOne.API.Exceptions.BaseException

Inheritance: System.ApplicationException
Afficher le fichier Open project: fellowshiptech/fellowshiponeapi-csharp-wrapper

Méthodes publiques

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

Method Details

BaseException() public méthode

public BaseException ( ) : System
Résultat System

BaseException() public méthode

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

BaseException() public méthode

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