AddressBookTransientException Class
The exception thrown when a transient error is detected when accessing an address book.
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.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AddressBookTransientException _
    Inherits TransientException
'Usage
Dim instance As AddressBookTransientException
[SerializableAttribute]
public class AddressBookTransientException : TransientException
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.
See Also