Aditi.Scheduler.SchedulerException.SchedulerException C# (CSharp) Method

SchedulerException() public method

public SchedulerException ( ) : System
return System
        public SchedulerException()
            : base()
        {
            // Add implementation.
        }

Same methods

SchedulerException::SchedulerException ( SerializationInfo info, StreamingContext context ) : System
SchedulerException::SchedulerException ( string message ) : System
SchedulerException::SchedulerException ( string message, Exception inner ) : System
SchedulerException