summaryM:DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(System.Exception,DotNetNuke.Services.Log.EventLog.ExceptionLogController.ExceptionLogType)

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

Syntax

C#
public void AddLog(
	Exception objException,
	ExceptionLogController..::..ExceptionLogType logType
)
Visual Basic
Public Sub AddLog ( 
	objException As Exception,
	logType As ExceptionLogController..::..ExceptionLogType
)

Parameters

objException
Type: System..::..Exception
paramobjExceptionM:DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(System.Exception,DotNetNuke.Services.Log.EventLog.ExceptionLogController.ExceptionLogType)
logType
Type: DotNetNuke.Services.Log.EventLog..::..ExceptionLogController..::..ExceptionLogType
paramlogTypeM:DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(System.Exception,DotNetNuke.Services.Log.EventLog.ExceptionLogController.ExceptionLogType)

See Also