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 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
Remarks
Do not use the FormatProvider property to format this string. All formatting should be performed on the LocalizedString property.