Renci.SshNet.Common.SshException public class SshException : Exception Documentation Code namespace Renci.SshNet.Common { public class SshException : Exception { public SshException(); public SshException(string message); public SshException(string message, Exception innerException); } }