ARCed.Controls.TimerStartException.TimerStartException C# (CSharp) Method

TimerStartException() public method

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