Show / Hide Table of Contents

Class ExceptionInfo

Inheritance
object
ExceptionInfo
Implements
IExceptionInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class ExceptionInfo : IExceptionInfo

Constructors

ExceptionInfo()

Declaration
public ExceptionInfo()

ExceptionInfo(Exception)

Declaration
public ExceptionInfo(Exception e)
Parameters
Type Name Description
Exception e

Properties

AssemblyVersion

Declaration
public string AssemblyVersion { get; set; }
Property Value
Type Description
string

ExceptionHash

Declaration
public string ExceptionHash { get; set; }
Property Value
Type Description
string

FileColumnNumber

Declaration
public int FileColumnNumber { get; set; }
Property Value
Type Description
int

FileLineNumber

Declaration
public int FileLineNumber { get; set; }
Property Value
Type Description
int

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
string

InnerMessage

Declaration
public string InnerMessage { get; set; }
Property Value
Type Description
string

InnerStackTrace

Declaration
public string InnerStackTrace { get; set; }
Property Value
Type Description
string

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
string

Method

Declaration
public string Method { get; set; }
Property Value
Type Description
string

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

RawUrl

Declaration
public string RawUrl { get; set; }
Property Value
Type Description
string

Referrer

Declaration
public string Referrer { get; set; }
Property Value
Type Description
string

Source

Declaration
public string Source { get; set; }
Property Value
Type Description
string

StackTrace

Declaration
public string StackTrace { get; set; }
Property Value
Type Description
string

TabId

Declaration
public int TabId { get; set; }
Property Value
Type Description
int

UserAgent

Declaration
public string UserAgent { get; set; }
Property Value
Type Description
string

UserId

Declaration
public int UserId { get; set; }
Property Value
Type Description
int

Methods

Deserialize(string)

Declaration
public void Deserialize(string content)
Parameters
Type Name Description
string content

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

Serialize()

Declaration
public string Serialize()
Returns
Type Description
string

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

IExceptionInfo

Extension Methods

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