Show / Hide Table of Contents

Class DotNetNukeException

Inheritance
object
Exception
DotNetNukeException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
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.Web.UI
Assembly: DotNetNuke.Web.dll
Syntax
public class DotNetNukeException : Exception, ISerializable, _Exception

Constructors

DotNetNukeException()

Declaration
public DotNetNukeException()

DotNetNukeException(SerializationInfo, StreamingContext)

Declaration
public DotNetNukeException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

DotNetNukeException(string)

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

DotNetNukeException(string, DotNetNukeErrorCode)

Declaration
public DotNetNukeException(string message, DotNetNukeErrorCode errorCode)
Parameters
Type Name Description
string message
DotNetNukeErrorCode errorCode

DotNetNukeException(string, Exception)

Declaration
public DotNetNukeException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

DotNetNukeException(string, Exception, DotNetNukeErrorCode)

Declaration
public DotNetNukeException(string message, Exception innerException, DotNetNukeErrorCode errorCode)
Parameters
Type Name Description
string message
Exception innerException
DotNetNukeErrorCode errorCode

Properties

ErrorCode

Declaration
public DotNetNukeErrorCode ErrorCode { get; }
Property Value
Type Description
DotNetNukeErrorCode

Implements

ISerializable
_Exception

Extension Methods

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