Initializes a new instance of the InvalidDependency class.

Namespace: DotNetNuke.Services.Installer.Dependencies
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public InvalidDependency(
	string ErrorMessage
)
Visual Basic
Public Sub New ( 
	ErrorMessage As String
)

Parameters

ErrorMessage
Type: System..::..String
The error message to display.

See Also