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
Afficher le fichier Open project: deislabs/bindle-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
NoResponseException ( ) : System,

Method Details

NoResponseException() public méthode

public NoResponseException ( ) : System,
Résultat System,