DotNetNuke.Services.Exceptions.ErrorContainer

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

Syntax

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

Parameters

strError
Type: System..::..String
paramstrErrorM:DotNetNuke.Services.Exceptions.ErrorContainer.#ctor(System.String)

See Also