Renci.SshNet.Common.ExceptionEventArgs public class ExceptionEventArgs : EventArgs Provides data for the ErrorOccured events. Documentation Code namespace Renci.SshNet.Common { public class ExceptionEventArgs : EventArgs { public Exception Exception { get; } public ExceptionEventArgs(Exception exception); } }