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