Constructs a CollaborationException
with no detail message.
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);
CollaborationException Class | Plumtree.Remote.PRC.Collaboration Namespace