DotNetNuke.Services.Exceptions.ErrorContainer

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

Syntax

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

Parameters

strError
Type: System..::..String
paramstrErrorM:DotNetNuke.Services.Exceptions.ErrorContainer.#ctor(System.String,System.Exception)
exc
Type: System..::..Exception
paramexcM:DotNetNuke.Services.Exceptions.ErrorContainer.#ctor(System.String,System.Exception)

See Also