C# Class GSF.TimerStartException

Inheritance: System.Exception
Datei anzeigen Open project: GridProtectionAlliance/gsf

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