Class ExceptionLogController
Inheritance
ExceptionLogController
Assembly: DotNetNuke.dll
Syntax
public class ExceptionLogController : LogController, ILogController
Constructors
ExceptionLogController()
Declaration
public ExceptionLogController()
Methods
AddLog(BasePortalException)
Declaration
public void AddLog(BasePortalException objBasePortalException)
Parameters
AddLog(Exception)
Declaration
public void AddLog(Exception objException)
Parameters
AddLog(Exception, ExceptionLogType)
Declaration
public void AddLog(Exception objException, ExceptionLogController.ExceptionLogType logType)
Parameters
AddLog(Exception, LogInfo, ExceptionLogType)
Declaration
public void AddLog(Exception objException, LogInfo log, ExceptionLogController.ExceptionLogType logType)
Parameters
Implements
Extension Methods