Class PageLoadException
Inheritance
PageLoadException
Assembly: DotNetNuke.dll
Syntax
public class PageLoadException : BasePortalException, ISerializable, _Exception
Constructors
PageLoadException()
Declaration
public PageLoadException()
PageLoadException(SerializationInfo, StreamingContext)
Declaration
protected PageLoadException(SerializationInfo info, StreamingContext context)
Parameters
PageLoadException(string)
Declaration
public PageLoadException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
PageLoadException(string, Exception)
Declaration
public PageLoadException(string message, Exception inner)
Parameters
Implements
Extension Methods