C# Class NCrontab.Advanced.Exceptions.CrontabException

Inheritance: System.Exception
Afficher le fichier Open project: jcoutch/NCrontab-Advanced

Méthodes publiques

Méthode Description
CrontabException ( ) : System
CrontabException ( string message ) : System
CrontabException ( string message, Exception innerException ) : System

Method Details

CrontabException() public méthode

public CrontabException ( ) : System
Résultat System

CrontabException() public méthode

public CrontabException ( string message ) : System
message string
Résultat System

CrontabException() public méthode

public CrontabException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System