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