Class SchedulerException
Inherited Members
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class SchedulerException : BasePortalException
Constructors
| Improve this Doc View SourceSchedulerException()
Initializes a new instance of the SchedulerException class.
Declaration
public SchedulerException()
SchedulerException(SerializationInfo, StreamingContext)
Initializes a new instance of the SchedulerException class.
Declaration
protected SchedulerException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
SchedulerException(String, Exception)
Initializes a new instance of the SchedulerException class.
Declaration
public SchedulerException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
SchedulerException(String)
Initializes a new instance of the SchedulerException class.
Declaration
public SchedulerException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |