 | AbstractLoggerFinest Method (Exception) |
Namespace:
Hazelcast.Logging
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntaxpublic virtual void Finest(
Exception thrown
)
Public Overridable Sub Finest (
thrown As Exception
)
public:
virtual void Finest(
Exception^ thrown
)
abstract Finest :
thrown : Exception -> unit
override Finest :
thrown : Exception -> unit
Parameters
- thrown
- Type: SystemException
Implements
ILoggerFinest(Exception)
See Also