DBElementBaseLogWarning Method  | 
 
            Logs the description as a warning.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic void LogWarning(
	string description,
	string source
)
Public Sub LogWarning ( 
	description As String,
	source As String
)
Parameters
- description
 - Type: SystemString
Description of the error causing the exception - source
 - Type: SystemString
Source of the error, f.e. Classname::Methodname 
See Also