Click or drag to resize

ErrorLogEntry Constructor (Exception, String, String)

CTor

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public ErrorLogEntry(
	Exception ex,
	string errorDescription,
	string source
)

Parameters

ex
Type: SystemException
Exception caught
errorDescription
Type: SystemString
Description of the error causing the error
source
Type: SystemString
Source where the error was thrown, f.e. Classname::Errorname
See Also