Show / Hide Table of Contents

Interface IExceptionInfo

Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IExceptionInfo

Properties

AssemblyVersion

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

ExceptionHash

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

FileColumnNumber

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

FileLineNumber

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

FileName

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

InnerMessage

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

InnerStackTrace

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

Message

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

Method

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

PortalId

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

RawUrl

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

Referrer

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

Source

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

StackTrace

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

TabId

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

UserAgent

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

UserId

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

Extension Methods

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