C# Класс ARCed.Controls.TimerStartException

The exception that is thrown when a timer fails to start.
Наследование: System.ApplicationException
Показать файл Открыть проект

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

Метод Описание
TimerStartException ( string message ) : System

Initializes a new instance of the TimerStartException class.

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

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

Initializes a new instance of the TimerStartException class.
public TimerStartException ( string message ) : System
message string /// The error message that explains the reason for the exception. ///
Результат System