C# Class Taskling.Exceptions.TaskConfigurationException

Inheritance: System.Exception
Datei anzeigen Open project: Vanlightly/Taskling.NET

Public Methods

Method Description
TaskConfigurationException ( string message ) : System
TaskConfigurationException ( string message, Exception ex ) : System

Method Details

TaskConfigurationException() public method

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

TaskConfigurationException() public method

public TaskConfigurationException ( string message, Exception ex ) : System
message string
ex System.Exception
return System