C# Class CallfireApiClient.CallfireClientException

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

Public Methods

Method Description
CallfireClientException ( string message ) : System
CallfireClientException ( string message, Exception e ) : System

Method Details

CallfireClientException() public method

public CallfireClientException ( string message ) : System
message string
return System

CallfireClientException() public method

public CallfireClientException ( string message, Exception e ) : System
message string
e System.Exception
return System