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