summaryM:DotNetNuke.Services.Installer.Log.Logger.AddFailure(System.Exception)

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

Syntax

C#
public void AddFailure(
	Exception ex
)
Visual Basic
Public Sub AddFailure ( 
	ex As Exception
)

Parameters

ex
Type: System..::..Exception
paramexM:DotNetNuke.Services.Installer.Log.Logger.AddFailure(System.Exception)

See Also