DBElementBaseLogError Method |
Logs an error in the ErrorLog structure of this object.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public void LogError(
Exception ex,
string description,
string source
)
Public Sub LogError (
ex As Exception,
description As String,
source As String
)
Parameters
- ex
- Type: SystemException
Exception caught - description
- Type: SystemString
Description of the error causing the exception - source
- Type: SystemString
Source of the error, f.e. Classname::Methodname
See Also