C# Класс CUE.NET.Devices.Generic.EventArgs.ExceptionEventArgs

Represents the information supplied with an Exception-event.
Наследование: 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 The exception which is responsible for the event-call.
Результат System