Renci.SshNet.Common.ExceptionEventArgs public class ExceptionEventArgs : EventArgs Documentation Code namespace Renci.SshNet.Common { public class ExceptionEventArgs : EventArgs { public Exception Exception { get; } public ExceptionEventArgs(Exception exception); } }