Click or drag to resize

LoggerFormatExceptionMessage Method

Returns a formatted string that represents the specified exception and message properties.

Namespace:  Colygon.MatchPoint.Common.Logging
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
protected static string FormatExceptionMessage(
	Exception ex,
	string message
)

Parameters

ex
Type: SystemException
message
Type: SystemString

Return Value

Type: String
See Also