RecroGrid Framework
C#
Show/Hide TOC
RGFLogger
Log
Warning(Exception, String,
Object
) Method
Definition
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
Copy
public
void
LogWarning
(
Exception
ex
,
string
message
,
params
Object
[]
args
)
Parameters
ex
Exception
message
String
args
Object
Implements
IRGFLogger
LogWarning(Exception, String,
Object
)
See Also
Reference
RGFLogger Class
LogWarning Overload
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Parameters
Implements
See Also