Class ExceptionEventArgs
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
Provides data for the ErrorOccurred events.
public class ExceptionEventArgs : EventArgsInheritance
Inherited Members
Constructors
ExceptionEventArgs(Exception)
Initializes a new instance of the Renci.SshNet.Common.ExceptionEventArgs class.
public ExceptionEventArgs(Exception exception)Parameters
exceptionException-
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; }