TransientException.LocalizedString property

The LocalizedString property gets a localized version of this TransientException object's message.

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 TransientException
Dim value As LocalizedString

value = instance.LocalizedString
public LocalizedString LocalizedString { get; }

Property value

Type: Microsoft.Exchange.Data.Common.LocalizedString

See also

Reference

TransientException class

TransientException members

Microsoft.Exchange.Data.Common namespace