Class SchedulerException
Inheritance
SchedulerException
Assembly: DotNetNuke.dll
Syntax
public class SchedulerException : BasePortalException, ISerializable, _Exception
Constructors
SchedulerException()
Declaration
public SchedulerException()
SchedulerException(SerializationInfo, StreamingContext)
Declaration
protected SchedulerException(SerializationInfo info, StreamingContext context)
Parameters
SchedulerException(string)
Declaration
public SchedulerException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
SchedulerException(string, Exception)
Declaration
public SchedulerException(string message, Exception inner)
Parameters
Implements
Extension Methods