AddressBookTransientException constructor

The AddressBookTransientException() constructor initializes a new instance of the AddressBookTransientException class.

Overload list

  Name Description
Public method AddressBookTransientException(String) The AddressBookTransientException(String) constructor initializes a new instance of the AddressBookTransientException class with the specified error message.
Public method AddressBookTransientException(LocalizedString) The AddressBookTransientException(LocalizedString) constructor initializes a new instance of the AddressBookTransientException class with the specified error message.
Protected method AddressBookTransientException(SerializationInfo, StreamingContext) The AddressBookTransientException(SerializationInfo, StreamingContext) constructor initializes a new instance of the AddressBookTransientException class with the specified serialized data.
Public method AddressBookTransientException(String, Exception) The AddressBookTransientException(String, Exception) constructor initializes a new instance of the AddressBookTransientException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Public method AddressBookTransientException(LocalizedString, Exception) The AddressBookTransientException(LocalizedString, Exception) constructor initializes a new instance of the AddressBookTransientException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Top

See also

Reference

AddressBookTransientException class

AddressBookTransientException members

Microsoft.Exchange.Data.Transport namespace