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