| LogGetShortErrorMessage Method |
Get error message without the stack trace, only the source and the reference number
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static string GetShortErrorMessage(
string source,
Exception ex
)
Parameters
- source
- Type: SystemString
- ex
- Type: SystemException
Return Value
Type:
String
See Also