The AddFailure method adds a new LogEntry of type Failure to the Logs collection

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

Syntax

C#
public void AddFailure(
	string failure
)
Visual Basic
Public Sub AddFailure ( 
	failure As String
)

Parameters

failure
Type: System..::..String
The description of the LogEntry

Remarks

This method also sets the Valid flag to false

See Also