Class ExceptionEventArgs
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
Provides data for the ErrorOccured events.
public class ExceptionEventArgs : EventArgs
Inheritance
Inherited Members
Constructors
ExceptionEventArgs(Exception)
Initializes a new instance of the Renci.SshNet.Common.ExceptionEventArgs class.
public ExceptionEventArgs(Exception exception)
Parameters
exception
Exception-
An System.Exception that represents the error that occurred.
Properties
Exception
Gets the Renci.SshNet.Common.ExceptionEventArgs.Exception that represents the error that occurred.
public Exception Exception { get; }