Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LocalizedString property gets the 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 ReadOnly Property LocalizedString As LocalizedString
Get
'Usage
Dim instance As LocalizedException
Dim value As LocalizedString
value = instance.LocalizedString
public LocalizedString LocalizedString { get; }
Property value
Type: Microsoft.Exchange.Data.Common.LocalizedString
Implements
ILocalizedString.LocalizedString