Interface IExceptionInfo
The exception info used for logging.
Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IExceptionInfo
Properties
| Improve this Doc View SourceAssemblyVersion
Gets or sets the assembly version.
Declaration
string AssemblyVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExceptionHash
Gets or sets the Exception Has.
Declaration
string ExceptionHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileColumnNumber
gets or sets the file column number.
Declaration
int FileColumnNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileLineNumber
gets or sets the file line number.
Declaration
int FileLineNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileName
Gets or sets the file name.
Declaration
string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InnerMessage
Gets or sets inner message.
Declaration
string InnerMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InnerStackTrace
Gets or sets the inner stack trace.
Declaration
string InnerStackTrace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Gets or sets the message.
Declaration
string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Method
Gets or sets the method.
Declaration
string Method { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PortalId
Gets or sets the portal id.
Declaration
int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RawUrl
Gets or sets the raw URL.
Declaration
string RawUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Referrer
Gets or sets the referrer.
Declaration
string Referrer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Source
Gets or sets the source.
Declaration
string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StackTrace
Gets or sets the stack trace.
Declaration
string StackTrace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TabId
Gets or sets the tab id.
Declaration
int TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserAgent
Gets or sets the User Agent.
Declaration
string UserAgent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Gets or sets the user id.
Declaration
int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |