Constructs a PortalException
with no detail message.
Constructs a PortalException
with no detail message.
public PortalException();
Constructs a PortalException
with a nested exception.
public PortalException(Exception);
Constructs a PortalException
with a nested exception and a detail message.
public PortalException(Exception,string);
Constructs a PortalException
with a detail message.
public PortalException(string);
PortalException Class | Plumtree.Remote.PRC Namespace