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