C# Class Dolittle.Services.Clients.PingTimedOut

Exception that gets thrown when ping timed out.
Inheritance: Exception
Exibir arquivo Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
PingTimedOut ( ) : System

Initializes a new instance of the PingTimedOut class.

Method Details

PingTimedOut() public method

Initializes a new instance of the PingTimedOut class.
public PingTimedOut ( ) : System
return System