AddressBookTransientException constructor (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.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Sub New ( _
    message As LocalizedString, _
    innerException As Exception _
)
'Usage
Dim message As LocalizedString
Dim innerException As Exception

Dim instance As New AddressBookTransientException(message, _
    innerException)
public AddressBookTransientException(
    LocalizedString message,
    Exception innerException
)

Parameters

See also

Reference

AddressBookTransientException class

AddressBookTransientException members

AddressBookTransientException overload

Microsoft.Exchange.Data.Transport namespace