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