Click or drag to resize

ILoggerError Method

Logs an exception with an optionnal complementary message.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
long Error(
	Exception ex,
	string message = "",
	params Object[] messageParams
)

Parameters

ex
Type: SystemException
message (Optional)
Type: SystemString
messageParams
Type: SystemObject

Return Value

Type: Int64
See Also