C# Class ParkenDD.Api.Models.Exceptions.ApiException

Inheritance: System.Exception
Afficher le fichier Open project: sibbl/ParkenDD Class Usage Examples

Méthodes publiques

Méthode Description
ApiException ( ) : System
ApiException ( string message ) : System
ApiException ( string message, Exception innerException ) : 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 innerException ) : System
message string
innerException System.Exception
Résultat System