Class ExceptionInfo
Inheritance
ExceptionInfo
Assembly: DotNetNuke.dll
Syntax
public class ExceptionInfo : IExceptionInfo
Constructors
ExceptionInfo()
Declaration
ExceptionInfo(Exception)
Declaration
public ExceptionInfo(Exception e)
Parameters
Properties
AssemblyVersion
Declaration
public string AssemblyVersion { get; set; }
Property Value
ExceptionHash
Declaration
public string ExceptionHash { get; set; }
Property Value
FileColumnNumber
Declaration
public int FileColumnNumber { get; set; }
Property Value
FileLineNumber
Declaration
public int FileLineNumber { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
InnerMessage
Declaration
public string InnerMessage { get; set; }
Property Value
InnerStackTrace
Declaration
public string InnerStackTrace { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Method
Declaration
public string Method { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
RawUrl
Declaration
public string RawUrl { get; set; }
Property Value
Referrer
Declaration
public string Referrer { get; set; }
Property Value
Source
Declaration
public string Source { get; set; }
Property Value
StackTrace
Declaration
public string StackTrace { get; set; }
Property Value
TabId
Declaration
public int TabId { get; set; }
Property Value
UserAgent
Declaration
public string UserAgent { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
Methods
Deserialize(string)
Declaration
public void Deserialize(string content)
Parameters
Type |
Name |
Description |
string |
content |
|
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
Serialize()
Declaration
public string Serialize()
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Implements
Extension Methods