Click or drag to resize

AskiaPortalExceptionTranslatedMessage Property

Message translated using the language of the user within the context.

Namespace:  AskiaPortalCmn.Exceptions
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public string TranslatedMessage { get; }

Property Value

Type: String
Remarks
We recommend to use the Message property to write in the logs or event viewer, and to use the TranslatedMessage property to display exception to the user.
See Also