Click or drag to resize

LogGetErrorMessage Method (String, Exception)

Get error message

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
)

Parameters

source
Type: SystemString
ex
Type: SystemException

Return Value

Type: String
See Also