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