Class PageLoadException
Inherited Members
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class PageLoadException : BasePortalException
Constructors
| Improve this Doc View SourcePageLoadException()
Initializes a new instance of the PageLoadException class.
Declaration
public PageLoadException()
PageLoadException(SerializationInfo, StreamingContext)
Initializes a new instance of the PageLoadException class.
Declaration
protected PageLoadException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
PageLoadException(String, Exception)
Initializes a new instance of the PageLoadException class.
Declaration
public PageLoadException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
PageLoadException(String)
Initializes a new instance of the PageLoadException class.
Declaration
public PageLoadException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |