C# Class SS.Integration.Adapter.Exceptions.ApiException

Inheritance: Exception
Afficher le fichier Open project: sportingsolutions/SS.Integration.Adapter

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 Exception
Résultat System