C# Класс AK.F1.Timing.UI.Utility.ExceptionEventArgs

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

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

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

Initialises a new instance of the ExceptionEventArgs class and specifies the exception.

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

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

Initialises a new instance of the ExceptionEventArgs class and specifies the exception.
/// Thrown when is . ///
public ExceptionEventArgs ( Exception exception ) : System
exception System.Exception The .
Результат System