using System; namespace Tamir.SharpSsh.java { /// /// Summary description for RuntimeException. /// public class RuntimeException : Exception { public RuntimeException() { // // TODO: Add constructor logic here // } } }