C# Class GSF.TimerStartException

Inheritance: System.Exception
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode Description
TimerStartException ( string message ) : System

Initializes a new instance of the TimerStartException class.

Method Details

TimerStartException() public méthode

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.
Résultat System