Class BasePortalException
Base Portal Exception.
Inheritance
System.Object
BasePortalException
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class BasePortalException : Exception
Constructors
| Improve this Doc View SourceBasePortalException()
Initializes a new instance of the BasePortalException class.
Declaration
public BasePortalException()
BasePortalException(SerializationInfo, StreamingContext)
Initializes a new instance of the BasePortalException class.
Declaration
protected BasePortalException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
BasePortalException(String, Exception)
Initializes a new instance of the BasePortalException class.
Declaration
public BasePortalException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
BasePortalException(String)
Initializes a new instance of the BasePortalException class.
Declaration
public BasePortalException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Properties
| Improve this Doc View SourceAbsoluteURL
Base Portal Exception.
Declaration
public string AbsoluteURL { get; }
Property Value
Type | Description |
---|---|
System.String |
AbsoluteURLReferrer
Base Portal Exception.
Declaration
public string AbsoluteURLReferrer { get; }
Property Value
Type | Description |
---|---|
System.String |
ActiveTabID
Base Portal Exception.
Declaration
public int ActiveTabID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ActiveTabName
Base Portal Exception.
Declaration
public string ActiveTabName { get; }
Property Value
Type | Description |
---|---|
System.String |
AssemblyVersion
Base Portal Exception.
Declaration
public string AssemblyVersion { get; }
Property Value
Type | Description |
---|---|
System.String |
DefaultDataProvider
Base Portal Exception.
Declaration
public string DefaultDataProvider { get; }
Property Value
Type | Description |
---|---|
System.String |
ExceptionGUID
Base Portal Exception.
Declaration
public string ExceptionGUID { get; }
Property Value
Type | Description |
---|---|
System.String |
FileColumnNumber
Base Portal Exception.
Declaration
public int FileColumnNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileLineNumber
Base Portal Exception.
Declaration
public int FileLineNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FileName
Base Portal Exception.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Method
Base Portal Exception.
Declaration
public string Method { get; }
Property Value
Type | Description |
---|---|
System.String |
PortalID
Base Portal Exception.
Declaration
public int PortalID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalName
Base Portal Exception.
Declaration
public string PortalName { get; }
Property Value
Type | Description |
---|---|
System.String |
RawURL
Base Portal Exception.
Declaration
public string RawURL { get; }
Property Value
Type | Description |
---|---|
System.String |
TargetSite
Base Portal Exception.
Declaration
public MethodBase TargetSite { get; }
Property Value
Type | Description |
---|---|
MethodBase |
UserAgent
Base Portal Exception.
Declaration
public string UserAgent { get; }
Property Value
Type | Description |
---|---|
System.String |
UserID
Base Portal Exception.
Declaration
public int UserID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
Base Portal Exception.
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
System.String |