RecroGrid Framework
C#
Show/Hide TOC
RGFLogger
Log
Critical(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
LogCritical
(
Exception
ex
,
string
message
=
null
,
params
Object
[]
args
)
Parameters
ex
Exception
message
String
(Optional)
args
Object
Implements
IRGFLogger
LogCritical(Exception, String,
Object
)
See Also
Reference
RGFLogger Class
LogCritical Overload
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Parameters
Implements
See Also