C# Class Syncano.Net.SyncanoException

Exception thrown by Syncano.Net, when Syncano instance request fails.
Inheritance: System.Exception
Datei anzeigen Open project: Syncano/syncano-dotnet

Public Methods

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

Method Details

SyncanoException() public method

public SyncanoException ( ) : System
return System

SyncanoException() public method

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

SyncanoException() public method

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