ARCed.Controls.TimerStartException.TimerStartException C# (CSharp) Метод

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
        public TimerStartException(string message)
            : base(message)
        {
        }
TimerStartException