Click or drag to resize

AbstractLoggerSevere Method (String, Exception)

Namespace:  Hazelcast.Logging
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntax
public virtual void Severe(
	string message,
	Exception thrown
)

Parameters

message
Type: SystemString
thrown
Type: SystemException

Implements

ILoggerSevere(String, Exception)
See Also