DotNetNuke.Services.Exceptions.ErrorContainer

Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ErrorContainer(
	PortalSettings _PortalSettings,
	string strError,
	Exception exc
)
Visual Basic
Public Sub New ( 
	_PortalSettings As PortalSettings,
	strError As String,
	exc As Exception
)

Parameters

_PortalSettings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
param_PortalSettingsM:DotNetNuke.Services.Exceptions.ErrorContainer.#ctor(DotNetNuke.Entities.Portals.PortalSettings,System.String,System.Exception)
strError
Type: System..::..String
paramstrErrorM:DotNetNuke.Services.Exceptions.ErrorContainer.#ctor(DotNetNuke.Entities.Portals.PortalSettings,System.String,System.Exception)
exc
Type: System..::..Exception
paramexcM:DotNetNuke.Services.Exceptions.ErrorContainer.#ctor(DotNetNuke.Entities.Portals.PortalSettings,System.String,System.Exception)

See Also