C# Class Aditi.Scheduler.SchedulerException

Inheritance: System.Exception
Afficher le fichier Open project: AditiTechnologies/Aditi.Scheduler

Méthodes publiques

Méthode Description
SchedulerException ( ) : System
SchedulerException ( string message ) : System
SchedulerException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
SchedulerException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SchedulerException() public méthode

public SchedulerException ( ) : System
Résultat System

SchedulerException() protected méthode

protected SchedulerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

SchedulerException() public méthode

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

SchedulerException() public méthode

public SchedulerException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System