AquaLogic Interaction Development Kit (IDK) 6.0.0

PortalException Constructor

Constructs a PortalException with no detail message.

Overload List

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);

See Also

PortalException Class | Plumtree.Remote.PRC Namespace