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