Show / Hide Table of Contents

Class SchedulerException

Inheritance
object
Exception
BasePortalException
SchedulerException
Implements
ISerializable
_Exception
Inherited Members
BasePortalException.TargetSite
BasePortalException.AssemblyVersion
BasePortalException.PortalID
BasePortalException.PortalName
BasePortalException.UserID
BasePortalException.UserName
BasePortalException.ActiveTabID
BasePortalException.ActiveTabName
BasePortalException.RawURL
BasePortalException.AbsoluteURL
BasePortalException.AbsoluteURLReferrer
BasePortalException.UserAgent
BasePortalException.DefaultDataProvider
BasePortalException.ExceptionGUID
BasePortalException.FileName
BasePortalException.FileLineNumber
BasePortalException.FileColumnNumber
BasePortalException.Method
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Exceptions
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
Type Name Description
SerializationInfo info
StreamingContext context

SchedulerException(string)

Declaration
public SchedulerException(string message)
Parameters
Type Name Description
string message

SchedulerException(string, Exception)

Declaration
public SchedulerException(string message, Exception inner)
Parameters
Type Name Description
string message
Exception inner

Implements

ISerializable
_Exception

Extension Methods

ExceptionExtensions.Hash(Exception)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS