LocalizedException Class
The LocalizedException class uses localized strings for exception messages.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Exchange.Data.Common.LocalizedException
Microsoft.Exchange.Data.Common.TransientException
Microsoft.Exchange.Data.ExchangeConfigurationException
Microsoft.Exchange.Data.ExchangeDataException
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class LocalizedException _
Inherits Exception _
Implements ILocalizedException, ILocalizedString
'Usage
Dim instance As LocalizedException
[SerializableAttribute]
public class LocalizedException : Exception,
ILocalizedException, ILocalizedString
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.