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