Class ContentItemNotFoundException
Inheritance
ContentItemNotFoundException
Assembly: DotNetNuke.dll
Syntax
public class ContentItemNotFoundException : ApplicationException, ISerializable, _Exception
Constructors
ContentItemNotFoundException()
Declaration
public ContentItemNotFoundException()
ContentItemNotFoundException(SerializationInfo, StreamingContext)
Declaration
protected ContentItemNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
ContentItemNotFoundException(string)
Declaration
public ContentItemNotFoundException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
ContentItemNotFoundException(string, Exception)
Declaration
public ContentItemNotFoundException(string message, Exception innerException)
Parameters
Implements
Extension Methods