Class ErrorContainer
Inheritance
ErrorContainer
Assembly: DotNetNuke.dll
Syntax
public class ErrorContainer : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
Constructors
ErrorContainer(PortalSettings, string, Exception)
Declaration
public ErrorContainer(PortalSettings portalSettings, string strError, Exception exc)
Parameters
ErrorContainer(string)
Declaration
public ErrorContainer(string strError)
Parameters
Type |
Name |
Description |
string |
strError |
|
ErrorContainer(string, Exception)
Declaration
public ErrorContainer(string strError, Exception exc)
Parameters
Properties
Container
Declaration
public ModuleMessage Container { get; set; }
Property Value
Implements
Extension Methods