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; }
Public ReadOnly Property TranslatedMessage As String
Get
public:
property String^ TranslatedMessage {
String^ get ();
}
Property Value
Type:
StringRemarks
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