C# Class Renci.SshNet.Common.ExceptionEventArgs

Provides data for the ErrorOccured events.
Inheritance: System.EventArgs
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
ExceptionEventArgs ( Exception exception ) : System

Initializes a new instance of the ExceptionEventArgs class.

Method Details

ExceptionEventArgs() public méthode

Initializes a new instance of the ExceptionEventArgs class.
public ExceptionEventArgs ( Exception exception ) : System
exception System.Exception An System.Exception that represents the error that occurred.
Résultat System