C# Class YeloDebug.Exceptions.ApiException

Thrown when an YeloDebug API function fails
Inheritance: System.Exception
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

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

Method Details

ApiException() public méthode

public ApiException ( ) : System
Résultat System

ApiException() public méthode

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

ApiException() public méthode

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