C# Class Renci.SshNet.Common.ExceptionEventArgs

Provides data for the ErrorOccured events.
Inheritance: System.EventArgs
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ExceptionEventArgs ( Exception exception ) : System

Initializes a new instance of the ExceptionEventArgs class.

Method Details

ExceptionEventArgs() public method

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.
return System