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)
Syntaxpublic ErrorLogEntry(
	Exception ex,
	string errorDescription,
	string source
)
Public Sub New ( 
	ex As Exception,
	errorDescription As String,
	source As String
)
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