C# Class ARCed.Controls.TimerStartException

The exception that is thrown when a timer fails to start.
Inheritance: System.ApplicationException
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
TimerStartException ( string message ) : System

Initializes a new instance of the TimerStartException class.

Method Details

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