C# Class Brunet.Services.Dht.DhtPutException

Inheritance: DhtException
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Negative int
Positive int
Total int

Public Methods

Method Description
DhtPutException ( int total, int positive, int negative ) : System

Method Details

DhtPutException() public method

public DhtPutException ( int total, int positive, int negative ) : System
total int
positive int
negative int
return System

Property Details

Negative public property

public int Negative
return int

Positive public property

public int Positive
return int

Total public property

public int Total
return int