C# Class Brunet.Services.Dht.DhtPutException

Inheritance: DhtException
Datei anzeigen 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_oe property

public int Negative
return int

Positive public_oe property

public int Positive
return int

Total public_oe property

public int Total
return int