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