Table of Contents

Class ExceptionEventArgs

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

Provides data for the ErrorOccured events.

public class ExceptionEventArgs : EventArgs
Inheritance
ExceptionEventArgs
Inherited Members

Constructors

ExceptionEventArgs(Exception)

Initializes a new instance of the ExceptionEventArgs class.

public ExceptionEventArgs(Exception exception)

Parameters

exception Exception

An System.Exception that represents the error that occurred.

Properties

Exception

Gets the Exception that represents the error that occurred.

public Exception Exception { get; }

Property Value

Exception

The Exception that represents the error that occurred.