Click or drag to resize

LogGetErrorMessage Method (String, Exception, AppIdentity)

Get error message by source, exception and identity

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string GetErrorMessage(
	string source,
	Exception ex,
	AppIdentity identity
)

Parameters

source
Type: SystemString
ex
Type: SystemException
identity
Type: Omada.OE.ModelAppIdentity

Return Value

Type: String
See Also