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