C# Class YeloDebug.Exceptions.ApiException

Thrown when an YeloDebug API function fails
Inheritance: System.Exception
Datei anzeigen Open project: troymac1ure/Entity

Public Methods

Method Description
ApiException ( ) : System
ApiException ( string message ) : System
ApiException ( string message, Exception inner ) : System

Method Details

ApiException() public method

public ApiException ( ) : System
return System

ApiException() public method

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

ApiException() public method

public ApiException ( string message, Exception inner ) : System
message string
inner System.Exception
return System