C# Класс Renci.SshNet.Common.ExceptionEventArgs

Provides data for the ErrorOccured events.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExceptionEventArgs ( Exception exception ) : System

Initializes a new instance of the ExceptionEventArgs class.

Описание методов

ExceptionEventArgs() публичный Метод

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.
Результат System