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

Remarks

Do not use the FormatProvider property to format this string. All formatting should be performed on the LocalizedString property.

See also

Reference

LocalizedException class

LocalizedException members

Microsoft.Exchange.Data.Common namespace