TransientException Class
The TransientException class represents an exception for an operation that failed because of a temporary condition.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Exchange.Data.Common.LocalizedException
Microsoft.Exchange.Data.Common.TransientException
Microsoft.Exchange.Data.Transport.AddressBookTransientException
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TransientException _
Inherits LocalizedException
'Usage
Dim instance As TransientException
[SerializableAttribute]
public class TransientException : LocalizedException
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.