Brunet.Services.Dht.DhtException.DhtException C# (CSharp) Method

DhtException() public method

public DhtException ( string message ) : System
message string
return System
    public DhtException(string message): base(message) {}
  }
DhtException