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

Reference

AddressBookTransientException members

Microsoft.Exchange.Data.Transport namespace