C# Class NCrontab.Advanced.Exceptions.CrontabException

Inheritance: System.Exception
Mostrar archivo Open project: jcoutch/NCrontab-Advanced

Public Methods

Method Description
CrontabException ( ) : System
CrontabException ( string message ) : System
CrontabException ( string message, Exception innerException ) : System

Method Details

CrontabException() public method

public CrontabException ( ) : System
return System

CrontabException() public method

public CrontabException ( string message ) : System
message string
return System

CrontabException() public method

public CrontabException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System