Plumtree EDK (Enterprise Web Development Kit) 5.4.0

PermissionDeniedException Constructor

Constructs a PermissionDeniedException with no detail message.

Overload List

Constructs a PermissionDeniedException with no detail message.

public PermissionDeniedException();

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

public PermissionDeniedException(Exception,string);

Constructs a PermissionDeniedException with a detail message.

public PermissionDeniedException(string);

See Also

PermissionDeniedException Class | Plumtree.Remote.PRC.Collaboration Namespace