LocalizedException.Message Property
The Message property gets the non-localized error message for this LocalizedException object.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
Get
'Usage
Dim instance As LocalizedException
Dim value As String
value = instance.Message
public override string Message { get; }
Property Value
Type: System.String
Implements
Remarks
Do not use the FormatProvider property to format this string. All formatting should be performed on the LocalizedString property.