C# Class CallfireApiClient.CallfireClientException

Exception thrown in case error has occurred in client.
Inheritance: System.Exception
Afficher le fichier Open project: CallFire/callfire-api-client-csharp

Méthodes publiques

Méthode Description
CallfireClientException ( string message ) : System
CallfireClientException ( string message, Exception e ) : System

Method Details

CallfireClientException() public méthode

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

CallfireClientException() public méthode

public CallfireClientException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System