Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ContentSecurityException Constructor

Constructs a ContentSecurityException with no detail message.

Overload List

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);

See Also

ContentSecurityException Class | Plumtree.Remote.PRC.Content Namespace