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