Brunet.Services.Dht.DhtException.DhtException C# (CSharp) 메소드

DhtException() 공개 메소드

public DhtException ( string message ) : System
message string
리턴 System
    public DhtException(string message): base(message) {}
  }
DhtException