| 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
Syntaxpublic 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