Constructs a ContentSecurityException
with no detail message.
Constructs a ContentSecurityException
with no detail message.
public ContentSecurityException();
Constructs a ContentSecurityException
with a nested exception and a detail message.
public ContentSecurityException(Exception,string);
Constructs a ContentSecurityException
with a detail message.
public ContentSecurityException(string);
ContentSecurityException Class | Plumtree.Remote.PRC.Content Namespace