C# Class SyncthingRestClient.SyncthingRestProxyRequestException

Inheritance: System.Exception
显示文件 Open project: kreischweide/metrothing

Public Methods

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

Method Details

SyncthingRestProxyRequestException() public method

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

SyncthingRestProxyRequestException() public method

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