C# Class Aditi.Scheduler.SchedulerException

Inheritance: System.Exception
Datei anzeigen Open project: AditiTechnologies/Aditi.Scheduler

Public Methods

Method Description
SchedulerException ( ) : System
SchedulerException ( string message ) : System
SchedulerException ( string message, Exception inner ) : System

Protected Methods

Method Description
SchedulerException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SchedulerException() public method

public SchedulerException ( ) : System
return System

SchedulerException() protected method

protected SchedulerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SchedulerException() public method

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

SchedulerException() public method

public SchedulerException ( string message, Exception inner ) : System
message string
inner System.Exception
return System