Plumtree EDK (Enterprise Web Development Kit) 5.4.0

CollaborationException Constructor

Constructs a CollaborationException with no detail message.

Overload List

Constructs a CollaborationException with no detail message.

public CollaborationException();

Constructs a CollaborationException with a nested exception.

public CollaborationException(Exception);

Constructs a CollaborationException with a nested exception and a detail message.

public CollaborationException(Exception,string);

Constructs a CollaborationException with a detail message.

public CollaborationException(string);

See Also

CollaborationException Class | Plumtree.Remote.PRC.Collaboration Namespace