C# Class PingIntervalNotGreaterThanZero, Runtime

Exception that gets thrown when the ping interval is not greater than zero milliesecond.
Inheritance: Exception
Mostrar archivo Open project: dolittle/Runtime

Public Methods

Method Description
PingIntervalNotGreaterThanZero ( ) : System,

Initializes a new instance of the PingIntervalNotGreaterThanZero class.

Method Details

PingIntervalNotGreaterThanZero() public method

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