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