C# Class NoResponseException, bindle-dotnet

Represents connection error where no response could be retrieved from server. Typically happens if server is unrechable or connection was refused. Inner exception should be checked to see underlying issues.
Inheritance: Exception
Mostrar archivo Open project: deislabs/bindle-dotnet Class Usage Examples

Public Methods

Method Description
NoResponseException ( ) : System,

Method Details

NoResponseException() public method

public NoResponseException ( ) : System,
return System,