Click or drag to resize

ErrorMessageGeneratorGenerateErrorMessage Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static string GenerateErrorMessage(
	Exception ex,
	bool withDecorations,
	bool forEnterpriseLib,
	string message = null
)

Parameters

ex
Type: SystemException
withDecorations
Type: SystemBoolean
forEnterpriseLib
Type: SystemBoolean
message (Optional)
Type: SystemString

Return Value

Type: String
See Also