Class ErrorContainer
Inheritance
System.Object
ErrorContainer
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class ErrorContainer : Control
Constructors
| Improve this Doc View SourceErrorContainer(PortalSettings, String, Exception)
Initializes a new instance of the ErrorContainer class.
Declaration
public ErrorContainer(PortalSettings portalSettings, string strError, Exception exc)
Parameters
Type | Name | Description |
---|---|---|
PortalSettings | portalSettings | |
System.String | strError | |
Exception | exc |
ErrorContainer(String, Exception)
Initializes a new instance of the ErrorContainer class.
Declaration
public ErrorContainer(string strError, Exception exc)
Parameters
Type | Name | Description |
---|---|---|
System.String | strError | |
Exception | exc |
ErrorContainer(String)
Initializes a new instance of the ErrorContainer class.
Declaration
public ErrorContainer(string strError)
Parameters
Type | Name | Description |
---|---|---|
System.String | strError |
Properties
| Improve this Doc View SourceContainer
Declaration
public ModuleMessage Container { get; set; }
Property Value
Type | Description |
---|---|
ModuleMessage |